While in execution, debug, when going to a particular line or statement, is there a way to search for this item? Using edit find in non-execution mode works fine but wondering if there is a counter part while in debug? Sid Kraft
Search
If you are running Plato and have Plato configured to run the debugger in an integrated fashion then you can still use the Plato 'Find' dialog or the 'Find in Files' dialog.
If you run the debugger in some other way then there is a 'Find Routine' feature on the Tools menu.
Thanks Paul, Sid
Hi Paul: Tried the find routine in the tools menu while debugging, I did not want to find a routine but rather a label or Fortran statement in the current routine that I am running. Is there another way? Sid
Not that I know of from within SDBG. You can still use Plato for this, running it as a separate application.
If you are looking for a place to set a break point then you can search for the point in Plato and then, having located the file and the line number, open the file from within SDBG and use the menu to go to the required line in order to set the break point.
So you mean search? Press <ctrl+s> in an edit window.