- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry if this question is trivial, but here it goes:
I am using CVF 6.6 and I would like the debugger to stop execution when a variable (or a particular array element) changes value. This was possible (though sometimes slow) in old VMS and HPUX debuggers I used in the past.
Can this be done with the CVF debugger?
Thanks,
Gabriel
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes
You can set conditional breakpoints as below
Edit,Breakpoints
click the right arrow and enter the line for it
Condition
enter your variable or any other expression in the top edit box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Close but not exactly what Gabriel asked -- instead, there's "Data" tab on the same dialog, where a variable/expression can be entered.
Note that the feature is quirky and sometimes can lead to DFDEV slowdown/crashing, but it's quite useful when it works (and it usually does, especially if you don't try "exotic" expressions). (Remove the "breakpoint" as soon as you reach your goal).
Jugoslav

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