Skip to content

Changing stack frame in debugger generates exceptions #2830

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

Closed
gramster opened this issue Apr 30, 2012 · 1 comment
Closed

Changing stack frame in debugger generates exceptions #2830

gramster opened this issue Apr 30, 2012 · 1 comment
Labels
closed-duplicate Closed in favor of an existing report

Comments

@gramster
Copy link

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.

@devoncarew
Copy link
Member

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.

@gramster gramster added Type-Defect closed-duplicate Closed in favor of an existing report labels Apr 30, 2012
dart-bot pushed a commit that referenced this issue Jan 22, 2021
Notable changes:
 * Highlight about _discontinued_ dependencies in `dart pub get`.

git log --oneline c55fc832...392a3cb4
c55fc832 No metadata when CI=true (#2837)
a95ff4b1 Warn about discontinued packages on pub get/upgrade (#2835)
135bf942 Allow package_config.json to contain flutter_gen (#2830)
6a60b0ee output of command 'dart pub upgrade' updated (#2834)
6b6c4206 Mention `dart pub` (#2823)
a94e1c2c Add GitHub Actions workflow (#2802)

Change-Id: Iec09f3290cc8a4e21505c3ef7b4aec820a210d93
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180563
Auto-Submit: Jonas Jensen <[email protected]>
Reviewed-by: Michael Thomsen <[email protected]>
Reviewed-by: Sigurd Meldgaard <[email protected]>
Commit-Queue: Michael Thomsen <[email protected]>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants