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 - error in testStepInto
Summary: error in testStepInto
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC SunOS
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-07-13 14:25 UTC by pzajac
Modified: 2006-03-24 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.19 KB, text/plain)
2004-07-13 14:26 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-07-13 14:25:35 UTC
[200407121800]
Test Case:  	 testStepInto
Test Suite: 	org.netbeans.api.debugger.jpda. 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