fwcd / fwcd/kotlin-debug-adapter
Kotlin debug doesn't stop at Clikt subcommand
- Dominant language
- Kotlin
- Stars
- 150
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
# Issue
Debug not stopping at a Clikt subcommand.
# Environment
## VSCode
Version: 1.85.1
Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2
Date: 2023-12-13T09:48:06.308Z
Electron: 25.9.7
ElectronBuildId: 25551756
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin x64 23.0.0
## Extensions
```
╰─ code --list-extensions --show-versions
fwcd.kotlin@0.2.32
redhat.java@1.25.1
vscjava.vscode-java-debug@0.55.0
```
# Code sample
https://github.com/alegomes/clikt_debug_test_case
# Expected behaviour
Make debug stop at [Cmd.kt:17](https://github.com/alegomes/clikt_debug_test_case/blob/244a55fd539f1c1cf89613f2eb1e744203384848/app/src/main/kotlin/clikt_debug_test_case/Cmd.kt#L17)
It does work at line 29 and 11, but not at 17 :-(
What am I missing?
thanks in advance
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.