Using Plato3, set up a bunch of variables below the ftn screen so I can watch values during execution. If I have to re-start the execution, all of the variables disappear off of the screen, I have to 'click' on them again and move them under the ftn display to again watch. Is there a way to re-instate the values automatically so I can watch during the next execution cycle? Please let me know, Sid Kraft :lol:
Variable watch
You will find a restart option in the debugger menu options.
Paul: I can restart the program but the variables and values dissapear, how can I keep the values on the screen after a restart using Plato3? Sid Kraft.
When running the debugger SDBG (either from Plato or directly), I can 'watch' a selected variable and then click on the 'Run' menu and select 'Restart Program'.
The program then restarts and the 'watch' window does not change.
To create a 'watch', right click on the variable in the code. Right click again on the item and then select 'Add watch'.
Hi Again Paul: Must be doing something wrong. I set a bunch of variables in the watch window during execution. When I do a re-start on the current session, the watch wind goes away? Is there not a way to make it modal during this project so I do not have to re-create each time I run a debug session? very irritating to have to re-establish all of the variables in the watch window every time I run the debug session. Thanks, Sid kraft
I am stuck on this one. It works OK for me.