Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug #75975

Closed
fly-pandas opened this issue Jun 24, 2019 · 3 comments
Closed

debug #75975

fly-pandas opened this issue Jun 24, 2019 · 3 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@fly-pandas
Copy link

Issue Type: Bug

Why can't the terminal input during debugging?

VS Code version: Code 1.34.0 (a622c65, 2019-05-15T21:55:35.507Z)
OS version: Linux x64 4.18.0-22-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 3400)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
surface_synchronization: enabled_on
video_decode: unavailable_off
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 7.59GB (4.29GB free)
Process Argv --unity-launch
Screen Reader no
VM 0%
Extensions (3)
Extension Author (truncated) Version
vscode-language-pack-zh-hans MS- 1.34.2
python ms- 2019.5.18875
cpptools ms- 0.24.0-insiders
@vscodebot
Copy link

vscodebot bot commented Jun 24, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Jun 24, 2019
@Tyriar Tyriar assigned isidorn and unassigned Tyriar Jun 27, 2019
@Tyriar Tyriar removed the terminal General terminal issues that don't fall under another label label Jun 27, 2019
@isidorn isidorn added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jun 27, 2019
@vscodebot
Copy link

vscodebot bot commented Jun 27, 2019

Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jun 27, 2019
@isidorn
Copy link
Contributor

isidorn commented Jun 27, 2019

By default, Node.js debug sessions launch the target in the internal VS Code Debug Console. Since the Debug Console does not support programs that need to read input from the console, you can enable an external, native console by setting the attribute externalConsole to true in your launch configuration.

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants