- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A feature request - could the runtime code for error stop do something equivalent to IF (IsDebuggerPresent()) CALL DebugBreak()
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Interesting idea. I'll file a feature request when I get back to the office later this week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the "psuedocode" (??) IF (IsDebuggerPresent()) CALL DebugBreak()
does what it looks like it does, then it would be great if my good old friend the PAUSE statement did this also.
Yes, I know its deprecated. Could this mark a comeback?
thanks,
scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For PAUSE, replace it with
CALL YourPAUSE("Your Message")
PAUSE is typically not used to terminate a program.
You can also "fancy-up" YourPause to pop-up a dialog box with whatever you want.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Doing a DebugBreak for PAUSE would be inconsistent with the definition of PAUSE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feature request filed as DPD200369159.

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