View previous topic :: View next topic |
Author |
Message |
stfark1
Joined: 02 Sep 2008 Posts: 243
|
Posted: Sun Jul 14, 2024 9:21 pm Post subject: Set Point |
|
|
Have a large Fortran program trying to execute in debug64. When I compile and then execute the debugger in sdbg, whenever I try to set a break point, system says that this is a line that cannot be a break point, no matter what line it is, not sure what the problem is. Could it be that I need to download an update version? Please let me know, Sid kraft |
|
Back to top |
|
 |
stfark1
Joined: 02 Sep 2008 Posts: 243
|
Posted: Sun Jul 14, 2024 9:48 pm Post subject: Set Point |
|
|
Note: Deleted the Silverfrost folder in my Program Files(xz86) re-downloaded the latest version, still getting Set Breakpoint Errors in the debug x64 version, not sure why. Program is very large, can upload if I can figure out how, please advise, Sid Kraft |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8231 Location: Salford, UK
|
Posted: Mon Jul 15, 2024 6:45 am Post subject: |
|
|
Sid
Make sure that the code you are debugging has been compiled using one or more of the debugging options /DEBUG, /CHECK,/CHECKMATE etc..
From Plato, select Debug or Checkmate, not Release. |
|
Back to top |
|
 |
stfark1
Joined: 02 Sep 2008 Posts: 243
|
Posted: Tue Jul 16, 2024 2:54 pm Post subject: Set Point |
|
|
Hi Paul: Did both for debug 32 bit and debug 64 bit when I compiled. Also set for check 32 and 64 bit, did not help. How do I upload the code to you so you can test? Sid Kraft |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8231 Location: Salford, UK
|
Posted: Wed Jul 17, 2024 6:40 am Post subject: |
|
|
Sid
First try strepping into the code at the first line without any break points.
If that works then set multiple break points near to the point you want to break.
Then report back. |
|
Back to top |
|
 |
|