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 64277 - DebugEnabled property is false while debugging
Summary: DebugEnabled property is false while debugging
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 19:51 UTC by Vince Kraemer
Modified: 2005-09-19 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2005-09-13 19:51:28 UTC
To reproduce:

1. register 8.1 instance.
2. create a web app.
3. use Debug Project item from the right-click menu
4. wait for the the page to appear in the browser.
5. switch to runtime explorer
6. expand app server instance.. (notice the square/triangle badge on the
instance node... means instance is running in debug mode)
7. open the properties of the JVMs subnode.

The DebugEnabled properties value is false.  Refreshing the server node doesn't
update the value, either.
Comment 1 _ ludo 2005-09-18 02:20:38 UTC
The debug flag can be overwritten by the start-domain -debug option.
This does not change the flag in domaim.xml by design of the as-admin command.
So bottom line: lauching the server in debug mode, just follows the asadmin
convention.
Closing as not a bug.
If the flag is manually turned on, every start domain will be in debug mode.
The IDE could attach if needed.