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

Is it possible to support "console" attribute on launch.json? #29

Open
NulllStack opened this issue Jan 28, 2022 · 2 comments
Open

Is it possible to support "console" attribute on launch.json? #29

NulllStack opened this issue Jan 28, 2022 · 2 comments

Comments

@NulllStack
Copy link

Since the vscode default debug console didn't support for input stream, as a beginner writing some standard input/output program would be impossible to debug when Sys.stdin().readLine() being used , given that the program is waiting some input.

@NulllStack
Copy link
Author

so given that reason I would like to use "console": "externalConsole" attribute in launch.json

@NulllStack
Copy link
Author

NulllStack commented Jan 28, 2022

according to the vscode docs it seems this attribute supports depends on debugger implementations

Many debuggers support some of the following attributes:
program - executable or file to run when launching the debugger
args - arguments passed to the program to debug
env - environment variables (the value null can be used to "undefine" a variable)
envFile - path to dotenv file with environment variables
cwd - current working directory for finding dependencies and other files
port - port when attaching to a running process
stopOnEntry - break immediately when the program launches
console - what kind of console to use, for example, internalConsole, integratedTerminal, or externalTerminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant