dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Atom Debugger UI #515

Closed mit-mit closed 8 years ago

mit-mit commented 8 years ago

Atom Debugger UI supporting breakpoints, variables inspection, and call stack

sigurdm commented 8 years ago

Work in progress for the dartino side of this is on: https://codereview.chromium.org/1987673002. Development happens in lock-step with the Atom plugin.

sigurdm commented 8 years ago

Breakpoint support and listing of call stack is landed. Variables inspection is out for review: https://codereview.chromium.org/2060283002/

sigurdm commented 8 years ago

Variables inspection is landed.

mit-mit commented 8 years ago

Very nice, will test this soon!