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

No debugger feedback when 'b' command does not set a breakpoint #567

Closed sgjesse closed 8 years ago

sgjesse commented 8 years ago

No feedback when b has no effect:

### Process is running. Press Ctrl + \ to interrupt it.
^\samples/stm32f746g-discovery/disco-light.dart:24:54
24       display.drawLine(w ~/ 2, h ~/ 2, rnd.nextInt(w), rnd.nextInt(h), color);
> b xxx
> b disco-light.dart:24
> b disco-light.dart 24

Some people might forget that b and bf are different commands.