toitlang/jaguar

'jag monitor' should automatically decode stack traces

Closed this issue · 2 comments

It should be possible for jag monitor to automatically intercept (manual) stack trace output and convert it to a proper stack trace in the console

This is a good idea. Maybe fixing the serial -> stdout path also allows us to fix the reported issue on Windows where io.Copy seems to buffer output.

Reported here: toitlang/toit#457 (comment).

Fixed in #179.