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 46091

Summary: error in testStepInto
Product: debugger Reporter: pzajac <pzajac>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED WORKSFORME    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: exception stacktrace

Description pzajac 2004-07-13 14:25:35 UTC
[200407121800]
Test Case:  	 testStepInto
Test Suite: 	org.netbeans.api.debugger.jpda.&#8201;StepTest
Module Name: 	debuggerjpda

testStepInto:

     
org.netbeans.api.debugger.jpda.DebuggerStartException:
Debugger did not start
	at
org.netbeans.api.debugger.jpda.JPDASupport.waitDebuggerStarted(JPDASupport.java:178)
	at
org.netbeans.api.debugger.jpda.JPDASupport.connect(JPDASupport.java:128)
	at
org.netbeans.api.debugger.jpda.JPDASupport.listen(JPDASupport.java:201)
	at
org.netbeans.api.debugger.jpda.JPDASupport.listen(JPDASupport.java:195)
	at
org.netbeans.api.debugger.jpda.StepTest.setUp(StepTest.java:3...
Comment 1 pzajac 2004-07-13 14:26:09 UTC
Created attachment 16222 [details]
exception stacktrace
Comment 2 Maros Sandor 2004-07-13 17:08:16 UTC
Test passed on my machine (3x). Please provide more info ... config, 
setup, jdk, does it fail everytime or randomly, etc.
Comment 3 pzajac 2004-07-15 09:05:55 UTC
The test passed too on my machine. I will reopen this issue if the
test  fails again.
Comment 4 pzajac 2004-08-10 10:16:45 UTC
v