franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

Please added the option to debug in the local terminal #128

Closed phtty closed 1 year ago

phtty commented 1 year ago

I've used some other code runners that don't open an extra shell when debugging, but instead open a session in a local terminal in vscode. Maybe I didn't find where this setting is, if really existing such a setting, please let me know, if such a setting does not exist, I would like to be able to add, thank you.

franneck94 commented 1 year ago

Hi, can you send me a name of an extension with this behavior?

franneck94 commented 1 year ago

Or do you mean the popup window with msvc as the Compiler?

phtty commented 1 year ago

Hi, can you send me a name of an extension with this behavior?

Of course, that plugin is called Code Runner. Whenever I debug, the output of the C program calls another terminal instead of calling out a terminal in VScode. I'm wondering about this, is it my problem with the plugin's settings?

franneck94 commented 1 year ago

I highly discourage the behaviour of the Code Runner extension especially that the commands are not run in a "real" terminal, instead they use the output tab, right? I dont like this at all tbh.

And no there is no such setting in my extension.