Dan Rubel

Results 4 issues of Dan Rubel

Minor change to fix it... ``` diff --git a/example/PingPong/pingpong.dart b/example/PingPong/pingpong.dart index be0160c..95a2d01 100644 --- a/example/PingPong/pingpong.dart +++ b/example/PingPong/pingpong.dart @@ -18,9 +18,10 @@ import 'dart:async'; // Funny game with Arduino : Send...

Minor thing, but probably should not throw exception when no package found... $pub global run den install logger packageName: logger Unhandled exception: Uncaught Error: The null object does not have...

``` (test):~/work/git/dartino/weather/native$ /Users/danrubel/dartino-sdk/bin/dartino debug /Users/danrubel/work/git/dartino/weather/main.dart on tty /dev/tty.usbmodem1413 Using template settings file '/Users/danrubel/dartino-sdk/internal/.dartino-settings' Attached to /dev/tty.usbmodem1413 Starting session. Type 'help' for a list of commands. > lb ### no breakpoints...

In Atom, - open `samples/general/hello.dart` - set 3 breakpoints - select `hello.dart` in the run app dropdown - click the gear to the left of the run app dropdown -...