JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Stepper #47

Closed MikeInnes closed 8 years ago

MikeInnes commented 8 years ago

One small component of the debug UI.

debugger

(Above you can see me stepping through Stefan's example of 1 + 2.5. Julia's numeric promotion rules are implemented in Julia, and you can see that it's doing a lot of work for you! Of course, by the time the compiler has done its magic the code that's run is just a few instructions).