-
Notifications
You must be signed in to change notification settings - Fork 115
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
Launch in a separate terminal window #28
Comments
Thanks for providing this feature. I have a couple of problems with it.
|
|
I don't know if reviving an old issue is a good idea, but I'm having the exact same problems as @JanKok and I've noticed that Microsoft's cpptools extension manages to somehow work them out. It finds out the default terminal, doesn't display this first line and closes it when the program ends... I have no idea how they are doing it though. |
Hm I can probably also make it close when gdb stops because I can just hold a reference to the PID of the terminal. But I would have no idea how to fix that first line |
I just tried looking into cpptools' code to see if I could get something out of it, but it looks like they use a bunch of precompiled dll's and binaries bundled with the extension... |
See #26
The text was updated successfully, but these errors were encountered: