--- lang: ja-jp breaks: true --- # dotnet-script VsCode デバッグ中に `Console.ReadLine()` を受け付けるようにする方法 2023-09-25 > Debug Console window cannot accept Console.ReadLine() input during debugging #1053 > https://github.com/dotnet/vscode-csharp/issues/1053 ## lanch.json `"console": "integratedTerminal"` を追加する。 ```json= { "version": "0.2.0", "configurations": [ { ・・・ "console": "integratedTerminal" ・・・ } ] } ``` ###### tags: `dotnet-script` `VsCode` `Console.ReadLine()`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up