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 81708 - Add logging of problematic functiuonality
Summary: Add logging of problematic functiuonality
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 15:26 UTC by Martin Entlicher
Modified: 2012-05-31 10:02 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2006-08-02 15:26:54 UTC
We have some unreproducible reports about bad debugger behavior (not stopping on
breakpoints, freezes of all debugger after evaluations, etc.). Therefore it's
necessary to add logging into the problematic parts.

Also, current logging to stanrad output (System.out) should be replaced with
standard logging tool (java.util.logging.Logger).
Comment 1 Martin Entlicher 2006-08-02 16:05:02 UTC
Logging for problematic areas added. We still need to finish the replacement of
System.out....

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/AbstractVariable.java,v
 <--  AbstractVariable.java
new revision: 1.44; previous revision: 1.43

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/JPDAClassTypeImpl.java,v
 <--  JPDAClassTypeImpl.java
new revision: 1.2; previous revision: 1.1

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java,v
 <--  BreakpointImpl.java
new revision: 1.30; previous revision: 1.29

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointsEngineListener.java,v
 <--  BreakpointsEngineListener.java
new revision: 1.19; previous revision: 1.18

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/ClassBasedBreakpoint.java,v
 <--  ClassBasedBreakpoint.java
new revision: 1.15; previous revision: 1.14

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/LineBreakpointImpl.java,v
 <--  LineBreakpointImpl.java
new revision: 1.28; previous revision: 1.27

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/MethodBreakpointImpl.java,v
 <--  MethodBreakpointImpl.java
new revision: 1.13; previous revision: 1.12

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/expr/Evaluator.java,v 
<--  Evaluator.java
new revision: 1.31; previous revision: 1.30

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/util/Operator.java,v 
<--  Operator.java
new revision: 1.42; previous revision: 1.41

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/StepActionProvider.java,v
 <--  StepActionProvider.java
new revision: 1.29; previous revision: 1.28

/cvs/debuggerjpda/arch.xml,v  <--  arch.xml
new revision: 1.7; previous revision: 1.6

/cvs/debuggerjpda/api/arch.xml,v  <--  arch.xml
new revision: 1.14; previous revision: 1.13
Comment 2 Peter Pis 2008-04-10 22:54:13 UTC
Changing TM for open issues.
Comment 3 Martin Entlicher 2012-05-31 10:02:34 UTC
This was implemented for the problematic parts.
Main loggers are:
"org.netbeans.api.debugger", "org.netbeans.modules.debugger.jpda", "org.netbeans.modules.debugger.jpda.ant", "org.netbeans.modules.debugger.jpda.jdievents", "org.netbeans.modules.debugger.jpda.visual", "org.netbeans.modules.viewmodel", "org.netbeans.spi.debugger.ui.EditorContextDispatcher"