Closed
Description
Issue by Hixie
Wednesday Sep 16, 2015 at 19:49 GMT
Originally opened as https://github.com/flutter/engine/issues/1196
It would be great if there was a way to launch a single test in Observatory. Right now since there's no way to set breakpoints before you've loaded the code, the only way I can think to do it is to modify the code to call debugger(), then run the test, then attach the debugger (somewhere? it's not clear where to attach it, really). Really I want the equivalent of "start with gdb" but for observatory.