View previous topic :: View next topic |
Author |
Message |
stfark1
Joined: 02 Sep 2008 Posts: 222
|
Posted: Tue Nov 27, 2018 4:37 pm Post subject: Search |
|
|
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 |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8017 Location: Salford, UK
|
Posted: Tue Nov 27, 2018 5:02 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
stfark1
Joined: 02 Sep 2008 Posts: 222
|
Posted: Tue Nov 27, 2018 5:54 pm Post subject: |
|
|
Thanks Paul, Sid |
|
Back to top |
|
|
stfark1
Joined: 02 Sep 2008 Posts: 222
|
Posted: Wed Nov 28, 2018 8:49 pm Post subject: Search |
|
|
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 |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8017 Location: Salford, UK
|
Posted: Wed Nov 28, 2018 10:18 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
Robert
Joined: 29 Nov 2006 Posts: 450 Location: Manchester
|
Posted: Fri Nov 30, 2018 1:17 am Post subject: |
|
|
So you mean search? Press <ctrl+s> in an edit window. |
|
Back to top |
|
|
|