View previous topic :: View next topic |
Author |
Message |
Jim
Joined: 21 Jul 2006 Posts: 24 Location: USA
|
Posted: Tue May 17, 2022 3:48 pm Post subject: Step into (F7) option in Plato. |
|
|
Is there an option for Build - Step Into (F7) option in Plato that would allow going backwards from the error message when program terminates? This would save time in pressing F7 continuously to get to where the program terminates. I can go backwards and see what data or instruction terminates the program.
If the option does not exist, could it be added? |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Tue May 17, 2022 4:36 pm Post subject: |
|
|
Jim
I am not sure what you mean but if you are using the debugger (either within Plato or by lauching SDBG(64)), you can set a break point at the point of failure, save the break point, correct the error, and finally rerun to the break point that you have set.
I have thought about allowing users to edit their code whilst debugging. This would involve automatically rerunning from the start to the current point after an edit but this is complicated by the fact that a count is required of the number of times that the edit point has been passed beforehand. |
|
Back to top |
|
|
|