Page 1 of 1

[ANSWERED]: Pycharm Remote Debug Configuration

PostPosted: Fri Nov 18, 2016 5:39 am
by jblackburn
Hi,

I've tried the debug configuration with Pycharm and Indigo as Jay explain in this post :

http://forums.indigodomo.com/viewtopic.php?f=2&t=17039

It works well but debuging within screen sharing is not fast as locally! Because my Indigo setup is located on a remote server Mac Mini, is it possible to debug from an other machine on my network? I've found some information on the net (e.g. ssh connection, ...) but not a complete solution.... Or do I missed something?

Thanks!

Joël

Re: Pycharm Remote Debug Configuration

PostPosted: Fri Nov 18, 2016 11:18 am
by matt (support)
Indigo currently only supports debugging locally, although it was already on the feature request list to allow for remote debugging.

I think the SSH solution would involve setting up a tunnel from your Indigo Server Mac to your remote Mac. The Indigo Server Mac would then think it is connecting to the local PyCharm debugger, when it is actually connecting to the SSH tunnel to your remote Mac.

Re: [ANSWERED]: Pycharm Remote Debug Configuration

PostPosted: Fri Nov 18, 2016 7:37 pm
by jblackburn
Thanks! Honestly, the PyCharm debug is a very good upgrade for me even if is locally!

Joël

Re: [ANSWERED]: Pycharm Remote Debug Configuration

PostPosted: Mon Aug 07, 2017 8:13 pm
by smurfless1
Could we get an update on how to deal with the new PyCharm paths from the JetBrains Toolbox - soft links to the new location from /Applications don't work, and Indigo can't find the debug egg.

Re: [ANSWERED]: Pycharm Remote Debug Configuration

PostPosted: Tue Aug 08, 2017 2:01 pm
by jay (support)
smurfless1 wrote:
Could we get an update on how to deal with the new PyCharm paths from the JetBrains Toolbox - soft links to the new location from /Applications don't work, and Indigo can't find the debug egg.


Not following you...