Community
Participate
Working Groups
I've been testing debugging (using the JavaRemoteApplicationLaunchConfigurationDelegate) for a simple servlet deployed to a generic WLS server and unexpectedly hit an NPE during one debugging session (the "Use Step Filters/Step Debug" had been selected and deselecting that allowed me to continue debugging): !ENTRY org.eclipse.core.runtime 4 2 2005-07-11 10:36:50.890 !MESSAGE An internal error occurred during: "Step Over". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.attachFiltersToStepRequest(JDIThread.java:1846) at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.createStepRequest(JDIThread.java:1756) at org.eclipse.jdt.internal.debug.core.model.JDIThread$StepHandler.step(JDIThread.java:1704) at org.eclipse.jdt.internal.debug.core.model.JDIThread.stepOver(JDIThread.java:1234) at org.eclipse.debug.internal.ui.actions.StepOverActionDelegate.stepAction(StepOverActionDelegate.java:30) at org.eclipse.debug.internal.ui.actions.StepActionDelegate.doAction(StepActionDelegate.java:25) at org.eclipse.debug.internal.ui.actions.AbstractDebugActionDelegate$DebugRequestJob.run(AbstractDebugActionDelegate.java:150) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
fyi: the debug step filter prefs were set to the defaults (i.e. just java.lang.ClassLoader enabled)
Looking at the code, an NPE looks possible. Needs investigation.
Fixed in HEAD
fixed in R3_1_maintenance branch also. Changes in JDIThread
Darin, please verify
Verified.
*** Bug 114309 has been marked as a duplicate of this bug. ***