fwcd / fwcd/kotlin-debug-adapter

How can I send println output to vscode terminal not debug console?

Open
#17 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Kotlin
Stars
150
Forks
29
PR merge metrics
No merged PRs in 30d

Description

![character-corruption](https://user-images.githubusercontent.com/16982689/59957826-c4ac0c80-94d7-11e9-9927-8a5fe02e6462.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.