-
Notifications
You must be signed in to change notification settings - Fork 218
Support debugging VM tests #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@nex3 FYI: update this issue with description RE observatory |
Also would like/need ability to start an isolate in checked mode - https://code.google.com/p/dart/issues/detail?id=21791 |
sdk issue 23320 is marked as 'not planned'. Could we get some clarification on what that means exactly? It's still possible to debug tests by creating an HTML file with |
See my comments here: dart-lang/pub#1018 (comment) Short version: we'll make this work |
Any update on this? |
The blocking issue is still blocking. On Sep 13, 2016 10:20 PM, "Andrew Lorenzen" [email protected]
|
The |
This doesn't fully support the JSON reporter yet. See #50
This doesn't fully support the JSON reporter yet. See #50
This doesn't fully support the JSON reporter yet. See #50
This adds a JSON-RPC 2.0-via-WebSocket protocol for communicating with the test runner and telling it to resume running tests after breakpoints are added. Talking to the runner via JavaScript methods in the browser is still supported for backwards-compatibility, but is deprecated. Closes #50
This adds a JSON-RPC 2.0-via-WebSocket protocol for communicating with the test runner and telling it to resume running tests after breakpoints are added. Talking to the runner via JavaScript methods in the browser is still supported for backwards-compatibility, but is deprecated. Closes #50
This is currently blocked on dart-lang/sdk#31308. |
The test runner should make it very easy to run an interactive debugger for VM tests, whether it be via the command line, observatory, or an IDE. This is blocked on issue 23320, which will allow the test runner to enable the observatory server at runtime.
The text was updated successfully, but these errors were encountered: