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

Document remote debugging #1

Open
ddm opened this issue Mar 14, 2017 · 3 comments
Open

Document remote debugging #1

ddm opened this issue Mar 14, 2017 · 3 comments

Comments

@ddm
Copy link

ddm commented Mar 14, 2017

It seems that ikpdb supports debugging a process running elsewhere as long as the remote process is started with ikpdb.
Would it be possible to connect Cloud9 to the remote process on port 15470 without starting the process from Cloud9?

@cmorisse
Copy link
Contributor

For now, it's not possible.
But, I will commit the required changes in a few weeks.
Once done, you will be able to debug any remote process wrapped by ikpdb using a runner like the one hereafter (just change debughost and debugport with your target process values).

capture d ecran 2017-03-22 18 55 22

@ddm
Copy link
Author

ddm commented Mar 27, 2017

Awesome! Local debugging works very nicely already: looking forward to the remote debugging feature.

@cmorisse
Copy link
Contributor

Hello,
The branch IMP_remote_debugging contains a working version of remote debugging compatible with the runner described in previous comment above.

If you want to use it you can use instructions in this post: https://community.c9.io/t/distributing-and-installing-custom-cloud9-plugins/15168
Short version: clone the plugin in ~/.c9/plugins (branch IMP_remote_debugging) and reference it in your init.js via Cloud9 / Open your Init Script

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