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

Conditional breakpoints, watchpoints, setting variables in debugger #4068

Closed
alan-knight opened this issue Jul 12, 2012 · 8 comments
Closed
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug

Comments

@alan-knight
Copy link
Contributor

This probably affects both the VM and the Dart Editor. I'd like to be able to have conditional breakpoints, watchpoints, assign values to variables, and those sorts of things generally available in debuggers. Conditional breakpoints seems to require the ability to evaluate Dart code in the current context, and if the debugger can do that, I'd like to be able to do it interactively as well, being able to type in or highlight a snippet of Dart code, run it, and see the result.

@madsager
Copy link
Contributor

Added Area-VM, Triaged labels.

@iposva-google
Copy link
Contributor

Set owner to @fsc8000.

@fsc8000
Copy link
Contributor

fsc8000 commented Sep 3, 2012

Added this to the Later milestone.
Removed Type-Defect label.
Added Type-Enhancement label.

@iposva-google
Copy link
Contributor

Removed the owner.

@iposva-google
Copy link
Contributor

Removed Priority-Medium label.
Added Priority-Unassigned label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight alan-knight added Type-Enhancement area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Aug 4, 2014
@mhausner
Copy link
Contributor

mhausner commented Dec 4, 2015

Much of this functionality is available in the Observatory debugger. If there are missing features in our IDE, new bugs should be filed.

@mhausner mhausner closed this as completed Dec 4, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

7 participants