setDebuggable method
Enables breakpoints and stepping for this library.
Implementation
Future setDebuggable() async {
await _scope.sendRequest(
"setLibraryDebuggable", {"libraryId": _id, "isDebuggable": true});
}
Enables breakpoints and stepping for this library.
Future setDebuggable() async {
await _scope.sendRequest(
"setLibraryDebuggable", {"libraryId": _id, "isDebuggable": true});
}