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

Running debugger always opens 'xterm' regardless of terminal setting #622

Closed
jcowgill opened this issue Dec 18, 2014 · 1 comment
Closed

Comments

@jcowgill
Copy link
Contributor

From https://bugs.debian.org/773396

When running a program in the debugger, codelite always opens an instance of xterm to handle the console input regardless of the setting in Global Editor Preferences -> Terminal. I think debugging should use the terminal setting as well (like the other ways you can open a terminal from within codelite).

@eranif
Copy link
Owner

eranif commented Apr 7, 2015

xterm has some unique features that we count on (we execute a sleep command and then capturing the tty). So we rely on the fact that there is a switch that can be used to execute commands directly in the shell ( I am sure other console support it as well, but we don't know the type of the console the user chose)

We could run some code to try to do the same for other consoles, but I am not sure it can be done easily.

Long story short: its not worth my (or David's effort). I urge you (or the OP of the Debian bug) to submit a PR)

Thanks
Eran

@eranif eranif closed this as completed Apr 7, 2015
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

2 participants