Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322317 - [zend debugger]NPE exception when debugging without switching to the debug perspective
Summary: [zend debugger]NPE exception when debugging without switching to the debug pe...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Zhongwei Zhao CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 03:38 EDT by Zhongwei Zhao CLA
Modified: 2020-05-14 13:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zhongwei Zhao CLA 2010-08-11 03:38:56 EDT
use zend debugger, php 5.3 and simple script

java.lang.NullPointerException
                at org.eclipse.php.internal.debug.core.zend.model.ContextManager.getStackFrames(ContextManager.java:75)
                at org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.getStackFrames(PHPDebugTarget.java:752)
                at org.eclipse.php.internal.debug.core.zend.model.PHPThread.getStackFrames(PHPThread.java:50)
                at org.eclipse.php.internal.debug.core.zend.model.PHPThread.getTopStackFrame(PHPThread.java:80)
                at org.eclipse.debug.internal.ui.viewers.update.ThreadEventHandler.fireDeltaUpdatingSelectedFrame(ThreadEventHandler.java:222)
                at org.eclipse.debug.internal.ui.viewers.update.ThreadEventHandler.handleSuspend(ThreadEventHandler.java:98)
                at org.eclipse.debug.internal.ui.viewers.update.EventHandlerModelProxy.dispatchSuspend(EventHandlerModelProxy.java:199)
                at org.eclipse.debug.internal.ui.viewers.update.EventHandlerModelProxy.handleDebugEvents(EventHandlerModelProxy.java:135)
                at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1089)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1123)
                at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:390)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Bartlomiej Laczkowski CLA 2016-07-19 18:32:19 EDT
Fixed after changes for bug #455899.
Comment 2 Sylvia Tancheva CLA 2016-08-03 10:35:09 EDT
Closing