Open jchand99 opened 6 years ago
Update 1.17.0 Fixed the integrated terminal failure where it was throwing a free() pointer error. But external terminal still doesn't work correctly.
@jchand99 A few questions --
"console": "integratedTerminal"
?1) Yes, "console": "integratedTerminal" works the output is this:
/home/kas/.vscode/extensions/ms-vscode.csharp-1.17.0/.debugger/vsdbg --interpreter=vscode --connection=/tmp/CoreFxPipe_vsdbg-ui-0489572a8080411aae0fc473fc74f2a4
Hello World!
2) It won't hit a breakpoint anywhere in a standard HelloWorld console application with "console": "externalTerminal" set.
Environment data
dotnet --info
output:VS Code version: 1.28.2 C# Extension version: 1.17.0
Steps to reproduce
Create new Hello World console application using command:
then change the console option to "externalTerminal" and build/Run the application.
Expected behavior
Print "Hello World!" in an external terminal.
Actual behavior
External terminal shows up, program looks like it hangs while debugging and nothing prints. Exit out of the external terminal and VSCode prompts you with an alert box saying open launch.json.