Work towards #4069
one comment on wording, but lgtm
315 | 308 | try { | |
316 | 309 | // Response is either a ErrorRef, InstanceRef, or Sentinel. | |
317 | 310 | final isolateRef = serviceManager.isolateManager.selectedIsolate.value; | |
318 | final response = await evalService.evalAtCurrentFrame(expressionText); | ||
311 | final Response response; | ||
312 | if (serviceManager.isMainIsolatePaused) { |
Is it possible for the main isolate to be paused but the selectedIsolate to be unpaused? Shouldn't we be evaluating in the selected isolate, not the main (in the event that these are different)?
Login to write a write a comment.
Screen.Recording.2023-02-14.at.8.14.57.AM.mov