dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Tests of the debugging server #563

Open sigurdm opened 8 years ago

sigurdm commented 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.

sigurdm commented 8 years ago

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.