fwcd / fwcd/kotlin-debug-adapter
How can I send println output to vscode terminal not debug console?
- Dominant language
- Kotlin
- Stars
- 150
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description

Character corruption occurs for Japanese text while launching debug.
I heard I can avoid this by sending ouput to vscode terminal not debug console at following page.
https://github.com/Microsoft/vscode/issues/3550
How can I switch to terminal?
I cannot find such option in launch.json sample.
For example in Python launch.json, I can find "console" option.
> "configurations": [
> {
> "name": "Python: Current File (Integrated Terminal)",
> "type": "python",
> "request": "launch",
> "program": "${file}",
> "console": "integratedTerminal"
> },
Please help to popularize kotlin and vscode in non-English world!
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is named. Start by reproducing Japanese output during a Kotlin debug launch and checking how the adapter handles the requested VS Code console choice; done means the supported configuration or the character-corruption cause is clearly identified and documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100