
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
BreakPoints aren't working...
Hi,
I have my breakpoints set up in debugger but when I select run the program doesn't stop it just continues through my code....
Any suggestions?
Thank you in advance!
Sarah


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sarah,
it seems to me that not all lines qualify as lines for a breakpoint, though one is allowed to set a breakpoint.
For example:
Calendar:
LOAD
Date(TempDate) AS KeyDate
resident TempCalendar;
drop Table TempCalendar;
In my script, only breakpoints before "Calendar:" and before "drop ..." had an effect on debugger.
There is a similar behaviour in other scripting IDEs, but most of the time they prevent you from dropping a breakpoint on these lines.
Please try if you get an effect on any line.
Regards,
Stefan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, As Stefan mentions i noticed it stops on certain rows. The attached image shows the one ones I've confirmed are working (QV11).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Break Points are not stooped the execution while set the Break Point in the Load statement.
