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 17630 - Change debugging components appearance while debugee running
Summary: Change debugging components appearance while debugee running
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-13 22:09 UTC by David-john Burrowes
Modified: 2010-04-29 09:09 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 David-john Burrowes 2001-11-13 22:09:19 UTC
As one way of helping a user identify what state a debugging session is in, I think it would be useful if the debugging components that show 
data about the debugee (stack, threads, variables etc) changed their appearance when the debugee was executing.  For instance, if all the 
text was drawn in a light grey, the user could still see what the state was when the program was last running, but would also get feedback 
that this information is "stale" and indirect information that the debugee is running.  An alertnate approach would be to remove the 
information from these components at these times.
Comment 1 Jan Chalupa 2001-11-27 12:10:10 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Jancura 2002-01-30 13:56:49 UTC
I do not want to remove content of Debugger Window when debugger is
running. You will lose all context in this case (selected watches, 
expanded structures).

May be we can remove it after some period...
Draw it in light is a good idea, but there is no support for it in our
Window System.

What about some special toolbar in Debugger Window? Or some component
/ icon which will indicate debugger state?

I am still not shure.
Do you have some experiences from other IDE's?

Comment 3 David-john Burrowes 2002-01-30 21:52:46 UTC
I just looked at a couple common IDE's, and they generally don't update the views while the process 
is running.  I know I've seen some IDE remove info, but I agree that this isn't a good solution.

I guess I'm puzzled why the windowing system won't allow you to draw grey text in tables.  Can't you just use a 
different cell renderer?  My concern with the "draw in grey" approach is that it may be a performance problem, even if 
one delays the update to prevent redrawing after every step command.

Comment 4 Marek Grummich 2002-07-22 08:56:44 UTC
Target milestone was changed from '3.4' to TBD.
Comment 5 Marek Grummich 2002-07-22 08:59:47 UTC
Target milestone was changed from '3.4' to TBD.
Comment 6 _ lcincura 2005-05-12 13:54:45 UTC
In current NB versions state of debugee can be determined from enabled/dissabled
actions in debugger toolbar. The state is also written in Debugger Console.
Comment 7 Quality Engineering 2010-04-29 09:09:02 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.