dwds 0.3.3
dwds: ^0.3.3 copied to clipboard
A service that proxies between the Chrome debug protocol and the Dart VM service protocol.
0.3.3 #
- Add support for
getScriptfor paused isolates. - Add support for
onRequestandonResponselisteners for the vm service.
0.3.2 #
- Add support for
scopeinevaluatecalls.
0.3.1 #
- Improve error reporting for evals, give the full JS eval in the error message so it can be more easily reproduced.
0.3.0 #
- Change the exposed type on DebugService to VmServiceInterface
0.2.1 #
- Support
setExceptionPauseMode.
0.2.0 #
- Added custom tokens to the
wsUrifor increased security.- Treating this as a breaking change because you now must use the
wsUrigetter to get a valid uri for connecting to the service, when previously combining the port and host was sufficient.
- Treating this as a breaking change because you now must use the
0.1.0 #
- Initial version