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 - Debugger Support with Internal Execution
Summary: Debugger Support with Internal Execution
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-06 17:19 UTC by Sakthivel Gopal
Modified: 2001-07-20 20:47 UTC (History)
1 user (show)

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 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.