Is there any interest in support for executing Python scripts at specific times during debugging with Atmel Studio ? I am currently thinking of providing hooks for:
H1. Calling a script when a breakpoint is hit (with "auto continue" if desired)
H2. Calling a script at reset (Launch, Reset)
H3. Calling a script when evaluating a watch expression (potentially changing watched expire)
In a script, one should be able to
F1. Eval a watch.
F2. Read/write memory and registers
F3. Print to the output window
+ all the features provided by the IronPython distro we package with Studio.
Please take contact if you have any interesting ideas.
dan