We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2f69 commit 2190599Copy full SHA for 2190599
adapter/src/main/kotlin/org/javacs/ktda/adapter/KotlinDebugAdapter.kt
@@ -289,8 +289,6 @@ class KotlinDebugAdapter(
289
exceptionsPool.clear()
290
converter.variablesPool.clear()
291
converter.stackFramePool.removeAllOwnedBy(args.threadId)
292
- // See the issue: https://github.com/fwcd/kotlin-debug-adapter/pull/40
293
- debuggee?.resume()
294
}
295
ContinueResponse().apply {
296
allThreadsContinued = false
0 commit comments