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 12622

Summary: Debugger Support with Internal Execution
Product: debugger Reporter: Sakthivel Gopal <sakthivelg>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED WONTFIX    
Severity: blocker CC: sakthivelg
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:

Description Sakthivel Gopal 2001-06-06 17:19:35 UTC
Netbeans does not support debugging when something is executed internally within
IDE.

Is it possible to prvide this support ?
Comment 1 Daniel Prusa 2001-06-07 12:01:52 UTC
If you want to debug an internally executed process run NetBeans in debug mode 
and attach to it using another NetBeans. The internally launched process is 
executed in a new thread on the same VM as NetBeans, thus such approach is 
possible.
Comment 2 Jan Jancura 2001-06-08 13:45:52 UTC
It is impossible to create Internal Debugger Type. See comments above.