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 37061 - [JDK1.5.0] it's impossible run debugging more than once
Summary: [JDK1.5.0] it's impossible run debugging more than once
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-11-05 18:14 UTC by Marian Mirilovic
Modified: 2004-02-09 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-traces (8.37 KB, text/plain)
2003-11-05 18:15 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-11-05 18:14:40 UTC
[nb_dev](200311041900), [jdk1.5](build 26)

Steps to reproduce:
- run IDE
- open some java class
- Push Run In Debugger
- push Finish debugging
- try again RUn In Debugger
-> Informational exception rises:
Annotation: Exception while starting debugger: 
Cannot start process {jdk.home}{/}bin{/}java.

and it doesn't start again.

(see attached exceptions from ide.log)
Comment 1 Marian Mirilovic 2003-11-05 18:15:12 UTC
Created attachment 12078 [details]
stack-traces
Comment 2 Milan Kubec 2003-12-09 14:40:09 UTC
Please, could you evaluate this issue. Running on JDK 1.5.0 beta is
required for 3.6 release. If it's bug in JDK we can try to have it
fixed. Thanks.
Comment 3 Maros Sandor 2003-12-12 11:08:26 UTC
JDI connector should shutdown and restart correctly.
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/Launcher.java
,v  <--  Launcher.java
new revision: 1.16; previous revision: 1.15
Comment 4 Marian Mirilovic 2003-12-15 14:17:15 UTC
verified in [nb_dev](200312141900)