### 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.
No feedback when
b
has no effect:Some people might forget that
b
andbf
are different commands.