Hi,
The dump file is created in my workspace.
In my example I defined the path E:\\Temp_bis\\Community\\370959\\MCU_10.6.5\\trace.dump -a
-a specfies the file will not be overwritten
In my E:\Temp_bis\Community\370959\MCU_10.6.5\ folder I can see the file trace.dump.
You can change the file name by my_trace.txt for instance.
How my example is working ?
In fact I defined a watchpoint on memory used by the variable my_val.
The watchpoint was defined with write access.
This means each time the value of this variable will change, the application will stop on the watchpoint and so will execute the 2 actions defined:
- save the value of my_val in the file,
- re-start the application.
Attached you will find the example I used.
Now there are other options you can use in the Debugger shell.
The list of options are given in the
Please have a look to \MCU\Help\PDF\Targeting_Microcontrollers.pdf manual.
The Chapter 7 CodeWarrior Command Line Debugging pages 549 - 566
Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------