-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
A clear and concise description of the bug and how to reproduce it.
I created this config for launch.json
{
"type": "kotlin",
"request": "launch",
"name": "Kotlin Launch",
"projectRoot": "${workspaceFolder}/app",
"mainClass": "com.example.TelegramBotKt",
"preLaunchTask": "build"
}
My program runs but does not stop at breakpoints
Extension version
MacOS 15.4.1, Kotlin kotlinc-jvm 2.1.20 (JRE 17.0.15+0), vscode 1.100.1
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working