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 42343 - No output when breakpoint is reached
Summary: No output when breakpoint is reached
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on: 42344
Blocks:
  Show dependency tree
 
Reported: 2004-04-22 13:59 UTC by Martin Grebac
Modified: 2006-03-24 10:35 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 Martin Grebac 2004-04-22 13:59:32 UTC
Create classload or method breakpoint and run
debugger. When breakpoint is reached it's not
written to the output window - the only way to
realize this is that the continue action is enabled.
Comment 1 Jan Jancura 2004-04-23 13:38:24 UTC
Fixed in the main trunk!
There was bug in declaration of runtime dependencies -> NCDFError
This bug implicated problems with output and the fact that IDE could
not be killed.

Checking in src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java,v
 <--  JPDADebuggerImpl.java
new revision: 1.15; previous revision: 1.14
done
Processing log script arguments...
More commits to come...
Checking in ui/nbproject/project.xml;
/cvs/debuggerjpda/ui/nbproject/project.xml,v  <--  project.xml
new revision: 1.3; previous revision: 1.2
done
Comment 2 Jan Jancura 2004-04-23 13:39:06 UTC
Fixed in the main trunk!
There was bug in declaration of runtime dependencies -> NCDFError
This bug implicated problems with output and the fact that IDE could
not be killed.

Checking in src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java,v
 <--  JPDADebuggerImpl.java
new revision: 1.15; previous revision: 1.14
done
Processing log script arguments...
More commits to come...
Checking in ui/nbproject/project.xml;
/cvs/debuggerjpda/ui/nbproject/project.xml,v  <--  project.xml
new revision: 1.3; previous revision: 1.2
done
Comment 3 _ lcincura 2004-05-19 12:49:53 UTC
Verified on build 200405182245