Testing an assembly program in Microchip Studio (V. 7.0.2594) shows a strange behaviour which probably is caused by a bug in the EEPROM simulation. Running through my program with the debugger without any single-stepping ends up by halting "somewhere out in the green" while stepping through it is endless since the simulator probably is waiting for the EEPROM write process to finish.
Therefore my question is: Is there any possibility to get a log file from the simulator about what it is doing?
I wouldn't mind getting some thousands of repeated lines but I would eagerly look for the couple of lines just after the repeated ones!
In the manual of Microchip Studio I wasn't able to find such a feature...
Is it possible to obtain a trace output from the Microchip Debugger?
32 Views Asked by Dieter Profos At
0
There are 0 best solutions below
Related Questions in BREAKPOINTS
- Why breakpoint location is +4 bytes to the function address?
- How to Set a Breakpoint in React Native When Using iOS Simulator (and WebStorm)?
- Adding breakpoint in pdb results with "End of file"?
- Breakpoint cannot be stepped into
- How to change StackTrace to Code Edit in xcode source editor area
- VS Code debug breakpoint circle in line number
- can't set a breakpoint in vsc while writing in C - module hasn't loaded
- Bootstrap Columns. I'm unable to replicate this simple webpage design. What am I missing?
- typescript debugging with npm link
- Is it possible to obtain a trace output from the Microchip Debugger?
- Unable to Set Breakpoints in VSCode When Debugging React + TypeScript + Webpack
- A valid location could not be found for the breakpoint, in eclipse
- All breakpoints are being disabled in Android Studio when debugging Flutter's code
- Setup a watchpoint/breakpoint over a range of addresses with ptrace
- GDB not running debug window with send command
Related Questions in TRACE
- It seems to be a bug about "base::trace()" or "methods:::.TraceWithMethods()"?
- OpenTelemetry + Jaeger tracing "Warnings: invalid parent span IDs=XXXX; skipping clock skew adjustment"
- Opentelemetry manual traceparent creation
- Tracing costum tkinter is lagging
- some questions about posix_trace_* function
- Why does Tracerpt does not require any formatting information in form of any PDB or TMF file, while Traceview and Tracefmt do?
- Propagating & Managing TraceID across multiple events in Kafka
- Python get the line number of the execution code, where the code is on the string format
- How to print the caller method name as the caller name in the aspect
- Datadog ddtrace with async Google PubSub publishing
- I can't use telemetrygen to generate traces to Grafana tempo
- What replaces Page.Trace in ASP.net Core Razor Pages?
- How can I get the stack trace of a PythonFlask/ React app, when the exception is caught?
- why the static variable value is printed before the system start message in the output
- How to propagate traceId to other threads in one transaction for Spring Boot 3.x along with Micrometer
Related Questions in MICROCHIP
- Microchip c18 placing rom data in idata
- programming and debugging of different sam types
- I can't generate a PWM signal DSPIC33CK32MC102
- Is it possible to obtain a trace output from the Microchip Debugger?
- CANbus formula for BRP, Stage1, and stage1
- STORE DATA APDU for PPSE info
- How to re-write an nfc tag (rfid/microchip) which is READ-only
- Is it possible to implement dynamic webpage using RAW API of LwIP (Light weight IP).?
- Assigning RCREG value to a variable clears it
- How to modify default empty string on U-Boot to stop Autoboot in Yocto
- Is there any other way to write to Flash memory other than PROGMEM?
- MPLAB C18 compiler float-point type some questions
- Self-written micros() for attiny13a works 10x slower
- Unable to make Bootloader PC jump to application address 0x4000 in Program flash memory
- Problem in receiving data from BNO085 over I2C interfaced with SAMD21
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?