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 2669 - Exception after some debugging tries
Summary: Exception after some debugging tries
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-22 21:01 UTC by pknakal
Modified: 2002-07-19 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pknakal 1999-07-22 21:01:51 UTC
java.io.IOExceptio
        at java.lang.Throwable.fillInStackTrace(Native Method
        at java.lang.Throwable.<init>(Throwable.java:82
        at java.lang.Exception.<init>(Exception.java:33
        at java.io.IOException.<init>(IOException.java:35
        at com.netbeans.developer.modules.debugger.debug.ToolsDebugger.startDebugger(ToolsDebugger.java:236
        at com.netbeans.developer.modules.debugger.core.CoreDebugger.startSession(CoreDebugger.java:346
        at com.netbeans.developer.modules.debugger.core.CoreDebugger.startDebugger(CoreDebugger.java:125
        at com.netbeans.developer.modules.debugger.debug.ToolsDebuggerType.startDebugger(ToolsDebuggerType.java:55
        at org.openide.loaders.ExecSupport.debug(ExecSupport.java:93
        at org.openide.actions.DebuggerPerformer$StartDebugThread.run(DebuggerPerformer.java:337
Comment 1 Marek Grummich 2000-07-25 09:41:59 UTC
Priority is changed to P4 (normal).