- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using CVF 6.5.A on Windows 2000 / Pentium 3.
Sometimes when using breakpoints while debugging,
I get the following in the Debug window:
DBG: Break command failed within 3 seconds.
DBG: Potential deadlock. Soft broken.
Then I have to stop and restart debugging.
What's the cause and how do I stop this from hapenning.
Thank you
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good luck,
Gerry T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are probably debugging a CPU intensive thread or other thread that is thrashing the system somewhat... The debugger is being dumb. If you raise the priority of the debugger to "above normal" with task manager, it should all work fine again... (The debugger gets confused if it takes too long to break into the target process, and apparently, the "too long" timing starts *before* the break has been delivered to the target process, so if the debugger is delayed in running, the timer pops!)

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