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

issues with Debugger.setBreakpointsActive #16608

Closed
devoncarew opened this issue Feb 6, 2014 · 0 comments
Closed

issues with Debugger.setBreakpointsActive #16608

devoncarew opened this issue Feb 6, 2014 · 0 comments
Assignees
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@devoncarew
Copy link
Member

I'm seeing issues with the WIP command Debugger.setBreakpointsActive.

  1. start app, breakpoint is hit; hit resume
  2. toggle setBreakpointsActive to false
  3. try and trigger bp; it doesn't fire (correctly)
  4. toggle setBreakpointsActive to true
  5. try and trigger bp; it does not fire

Breakpoints do not fire from then on.

Also, if you launch dartium with setBreakpointsActive to false the breakpoints to fire.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants