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 48654 - Debugged application is killed during debugging
Summary: Debugged application is killed during debugging
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 10:21 UTC by _ lcincura
Modified: 2006-03-24 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test project (10.43 KB, application/octet-stream)
2004-09-08 10:22 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-09-08 10:21:55 UTC
NetBeans IDE 200409071800 on java 1.5.0_rc-b63

1, Start IDE with clean userdir
2, Open attached project and set it as main project
3, Invoke Step Into
4, Invoke Step Into again => possible bug:
sometimes it is needed to invoke the action more
than once to stop on first line of constructor
5, Invoke Step Out
6, Invoke Step Over => the program counter should
be on line 254
7, Invoke Continue => sometimes the debugged
application is killed at this point!!!
8, Invoke Pause after application start
9, Toggle line breakpoint on line 115
10, Invoke Continue
11, When application hits the breakpoint, ivoke
Continue again => the debugged application is
killed!!!
Comment 1 _ lcincura 2004-09-08 10:22:43 UTC
Created attachment 17471 [details]
Test project
Comment 2 _ lcincura 2004-09-08 10:34:10 UTC
I am very sorry, the application contains timer for self destruction.
Comment 3 _ lcincura 2005-05-02 11:01:00 UTC
Verified