Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pause button of debugger throws NPE #226

Closed
stevemessick opened this issue Oct 3, 2016 · 0 comments
Closed

Pause button of debugger throws NPE #226

stevemessick opened this issue Oct 3, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@stevemessick
Copy link
Member

Start a flutter app, hit a breakpoint, click Continue, then click the Pause button (two blue vertical bars) in the left tool bar.

java.lang.NullPointerException
at com.jetbrains.lang.dart.ide.runner.server.vmService.DartVmServiceDebugProcess.startPausing(DartVmServiceDebugProcess.java:344)
at com.intellij.xdebugger.impl.XDebugSessionImpl.pause(XDebugSessionImpl.java:523)
at com.intellij.xdebugger.impl.actions.handlers.XDebuggerPauseActionHandler.perform(XDebuggerPauseActionHandler.java:31)
at com.intellij.xdebugger.impl.actions.handlers.XDebuggerActionHandler.perform(XDebuggerActionHandler.java:34)
at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.perform(XDebuggerActionBase.java:100)
at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.performWithHandler(XDebuggerActionBase.java:92)
at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.actionPerformed(XDebuggerActionBase.java:81)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:199)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:215)
at com.intellij.openapi.actionSystem.impl.ActionButton.actionPerformed(ActionButton.java:188)
at com.intellij.openapi.actionSystem.impl.ActionButton.performAction(ActionButton.java:154)
at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:325)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants