You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set a breakpoint in drawSeed on this line: ctx.fillStyle = ORANGE;
Then changed the slider to hit the breakpoint.
If I click on different frames in the stack view in the debugger, I get this exception logged each time:
An error has occurred. See error log for more details.
org.eclipse.debug.internal.ui.views.variables.VariablesView$SelectionProviderWrapper cannot be cast to org.eclipse.ui.part.PageBookView$SelectionProvider
Editor build 6943, Dartium build 6934, Linux 64-bit.
The text was updated successfully, but these errors were encountered:
This is a dup of 2008. It's unfortunate, and an artifact of how we're combining the debugging view and the variables view into one. There'll be a general re-write of these views in the medium term, ad it should address this issue -
Added Duplicate label. Marked as being merged into #2008.
I am running the Sunflower demo.
I set a breakpoint in drawSeed on this line: ctx.fillStyle = ORANGE;
Then changed the slider to hit the breakpoint.
If I click on different frames in the stack view in the debugger, I get this exception logged each time:
An error has occurred. See error log for more details.
org.eclipse.debug.internal.ui.views.variables.VariablesView$SelectionProviderWrapper cannot be cast to org.eclipse.ui.part.PageBookView$SelectionProvider
Editor build 6943, Dartium build 6934, Linux 64-bit.
The text was updated successfully, but these errors were encountered: