Open sigurdm opened 8 years ago
Currently the debugging server does not have any tests.
Most of the debugger is tested in terms of the CLI-debugger. The Dart VM has tests of their implementation of the service protocol, we should be able to reuse them to some extend.
I assigned you @danrubel, as you have already looked into this. But I guess getting all the tests to run will be a joint effort.
Currently the debugging server does not have any tests.
Most of the debugger is tested in terms of the CLI-debugger. The Dart VM has tests of their implementation of the service protocol, we should be able to reuse them to some extend.