We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11d2ff commit b64505dCopy full SHA for b64505d
4 files changed
app/src/processing/app/gradle/Debugger.kt
@@ -10,7 +10,6 @@ import kotlin.time.TimeSource
10
11
class Debugger {
12
companion object {
13
- // TODO: Stop if build has failed
14
suspend fun connect(port: Int?): VirtualMachine? {
15
try {
16
Messages.log("Attaching to VM $port")
0 commit comments