- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All:
This posting may sound lame, but being more used to the "dbx" debugger the visual fortran debugger is throwing obstracles at me. Anyway how exactly do I introduce a conditional break in the visual fortran debugger? (i need to stop say when a variable i is equal to 4000)
Any help is appretiated..!!
Adios
Krishnan
This posting may sound lame, but being more used to the "dbx" debugger the visual fortran debugger is throwing obstracles at me. Anyway how exactly do I introduce a conditional break in the visual fortran debugger? (i need to stop say when a variable i is equal to 4000)
Any help is appretiated..!!
Adios
Krishnan
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Set the breakpoint normally. Now select Edit..breakpoints. Select the breakpoint you want and click the Conditions button. Now you can type in an expression such as "i == 4000" (without the quotes).
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page