JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.31k stars 54 forks source link

Add ability to set a debugger that logs to a file. #50

Closed JoshCheek closed 7 years ago

JoshCheek commented 9 years ago

To debug #49, I turned the debugger on, but it's being invoked by Atom, so I set it to print its output to a file instead of stdout. Then I ran it, watched it blow up, and looked at the file to see what the error was. This was really helpful in terms of figuring out the issue, how about exposing it as part of the interface in 3.0?