This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115516 - Debugging event monitor needed
Summary: Debugging event monitor needed
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 09:07 UTC by avp
Modified: 2016-07-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description avp 2007-09-14 09:07:43 UTC
When I work with two projects I expect the automatic switching between sessions in the case of stopping for breakpoint
(switching on the last raised breakpoint). I think this conduct is obvious.

SUSE 10.2 NB dev
Comment 1 Alexander Pepin 2007-11-26 16:30:23 UTC
It's not as obvious as it seems for the first sight. You can be concentrated on watching variable in the first session
when another process (thread) stops on another breakpoint and it's not a good idea to switch to there immediately. Also
please keep in mind that we can have several debug sessions and several threads in each session. IMO we need to have
something like "debugging event monitor" showing where any event (stop at breakpoint, exit, etc.) happens and giving us
a possibility to switch  to there quickly. 
Comment 2 avp 2007-11-26 17:11:14 UTC
Yes this is good idea. But this monitor is good when exists thread monitor - when I can see which thread (process or
session) in which state are, because debugging events are only for debugging and how do they relate to the real
processes is hard to understand, I think so.
Comment 3 avp 2007-12-03 21:50:01 UTC
Real systems - multithreads systems. When IDE don't let developer debug his programs (in realtime with threads) then
this IDE only for cartoon-progs :(