Hello
I assume you want to perform some automated tests on your application and need to do the following:
- Input some data in the system
- Run application
- Input another set of data to the system
- Run application again
- and so on..
Am I right?
The Fill memory or Load memory entry in debug menu do not help in that as they are only executed when you select them.
You might have to use debug script to do that.
Coldfire debugger comes with a tcl command console where you can run some debug script.
You have some commands to load memory with some data, commands to set breakpoint and start application there and so on.
Please refer to the {Install}\Help\PDF\IDE_5.7_Automation_Guide.pdf manual.
Chapter Command Window Scripting explains you how to run debug script.
I hope this helps.
CrasyCat