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

Remote model for Geany? #1612

Open
yuanshuoastro opened this issue Sep 25, 2017 · 1 comment
Open

Remote model for Geany? #1612

yuanshuoastro opened this issue Sep 25, 2017 · 1 comment

Comments

@yuanshuoastro
Copy link

What about add the function of "remote debug", which will enable Geany link to remote computer via SSH and run and debug?

@elextr
Copy link
Member

elextr commented Sep 25, 2017

Geany can be configured to execute any command, so it can run remotely if you can run a command (or script) to do so.

Debugging is not part of Geany itself, its provided by a number of plugins, see .https://github.com/geany/geany-plugins. All of the debugger plugins use gdb which I understand can do remote debugging, but you will need to investigate those plugins to see if they can run GDB in that mode.

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