Hi, I invested couple of days but still have no success to run remote debugging. Your help will be very much appreciated.
- Parameters in Project->Debugger menu are not preserved after restart of Eric. So, I played only with global parameters. - This is my configuration: Setting->Preferences->Debugger->General Remote Debugger Enabled Remote Host: 192.168.7.2 Remove Execution: E:/Installs/putty [email protected] Perform Path Translation Remote Path: /root/user/EffMa Local Path: C:\User\EffMa Setting->Preferences->Debugger->Python Python Interpreter for Debug Client: /usr/bin/python2.7 Debug Client Type: Custom /usr/lib/python2.7/dist-packages/eric6/DebugClients/Python/DebugClient.py I do not fill parameters in Debug Project window, which appears immediately after debug start, just press OK All attempts to run debug ends in message: "The debugger backend could not be started". And I even do not see an attempt to login into remote computer. It fails before. What can be wrong ? Thanks On Thu, Jul 21, 2016 at 9:04 PM, Detlev Offenbach <[email protected]> wrote: > Hi, > > > > if you want to configure project specific debugger setting, please do so > via the Project->Debugger menu. It will open a dialog similar to the one > show by you, which is the global configuration page. > > > > To install the debugger backend just create an eric6 package in the remote > Python site-packages directory and copy the DebugClients package of your > eric6 installation over there. I haven't created an installer script > installing just the debugger backend yet. Maybe I should add such a script. > > > > Detlev > > > > On Thursday 21 July 2016, 14:55:03 Igor D wrote: > > > Hi, > > > > > > I need to debug project. > > > Do you mean this, "Python Interpreter for Debug client" ? It should be as > > > on remote machine, correct ? > > > And what is debugger backend on remote machine ? How to install it ? > > > > > > Thanks > > > > > > On Wed, Jul 20, 2016 at 8:52 PM, Detlev Offenbach < > [email protected]> > > > wrote: > > > > #3: These configurations are done in the configuration dialog Python or > > > > Python3 config page (globally) or in the project debugger properties. > It > > > > depends if you want to debug just a script or a project (for a project > you > > > > have both possabilities) > > > > > > > > On Wednesday 20 July 2016, 20:46:12 Igor D wrote: > > > > > Hi, > > > > > > > > > > > > > > > > > > > > Thanks for prompt answer. > > > > > > > > > > #1 is OK > > > > > > > > > > Regarding 2 - where should I give the path to the Python interpreter > ? > > > > > > > > > > Concerning 3 - how can I install debugger backend on remote machine ? > > > > > Not > > > > > > > > > > sure I see this in documentation... > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > On Wed, Jul 20, 2016 at 8:39 PM, Detlev Offenbach < > > > > > > > > [email protected]> > > > > > > > > > wrote: > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > the problem could be many fold. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 1. The login to the remote computer must work without asking for a > > > > > > > > > > > > password. You should try this outside of eric in a cmd.exe window > > > > > > > > > > > > > > > > > > > > > > > > 2. The path to the Python interpreter must be given as it is on the > > > > > > > > remote > > > > > > > > > > side. > > > > > > > > > > > > > > > > > > > > > > > > 3. The eric debugger backend is not installed on the remote > computer. > > > > > > > > > > > > > > > > > > > > > > > > 4. There is a bug in eric preventing the remote execution. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > > > > > > > > > Detlev > > > > > > > > > > > > On Wednesday 20 July 2016, 19:28:55 Igor D wrote: > > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I'll appreciate assistance with operation of remote Python > debugger > > > > > > > > with > > > > > > > > > > > Eric. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Eric version - 6.1.7 > > > > > > > > > > > > > > > > > > > > > > > > > > > > Host OS - Windows 7 64 bits > > > > > > > > > > > > > > > > > > > > > > > > > > > > Target OS - Debian Wheezy Linux running on Beagle Bone Black > board ( > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://beagleboard.org/black). > > > > > > > > > > > > > > > > > > > > > > > > > > > > Linux is without windows interface. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I'd like to debug Python application running on target from Eric > IDE > > > > > > > > > > > > > > > > > > > > > > > > > > > > running on host. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Remote Debugging Enabled > > > > > > > > > > > > > > > > > > > > > > > > > > > > Remote host: 192.168.7.2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > Remote Execution: plink -l root > > > > > > > > > > > > > > > > > > > > > > > > > > > > Perform Path Translation enabled > > > > > > > > > > > > > > > > > > > > > > > > > > > > Remote path: /root/user/MyMain > > > > > > > > > > > > > > > > > > > > > > > > > > > > Local Path: c:\user\MyMain > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Windows firewall disabled. > > > > > > > > > > > > > > > > > > > > > > > > > > > > I constantly receive message: The debugger backend could not be > > > > > > > > started. > > > > > > > > > > > What is wrong ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > > > > > > > > > Detlev Offenbach > > > > > > > > > > > > > > > > > > > > > > > > [email protected] > > > > > > > > -- > > > > > > > > Detlev Offenbach > > > > > > > > [email protected] > -- > > Detlev Offenbach > > [email protected] >
_______________________________________________ Eric mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/eric
