Skip to content

Debugging does not work #173

@AurelVU

Description

@AurelVU

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

plugin-logs.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions