dart-archive / sdk

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

We should support a minimal version of dart:developer #562

Open sigurdm opened 8 years ago

sigurdm commented 8 years ago

It should at least be possible to use debugger({bool when: true, String message}) function to set explicit breakpoints in the code.