- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
is it possible to set an option in the debugger that the program stops when a variable gets a special value? For example when i gets > 10 or something?
In my program I change a variable very often, but at one point, it gets an unrealistic value. I could test this variable everytime when I change it, but thats not very elegant. I can set with Alt+F9 a breakpoint when the value of i was changed, but thats not quite that I need.
Markus
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Debug->Breakpoints (Ctrl+B) -> Data tab -> there you are.
The feature is a little quirky as the setting tends to be forgotten among sessions, but it's quite useful for problems like that.
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