2
votes
1answer
37 views

PyCharm remote debugging

I have remote Ubuntu server, and I'm trying set up remote debugging. Configured as shown here. import sys import pydevd sys.path.append('/root/home/scripts/pycharm-debug.egg') ...
0
votes
0answers
42 views

pydev remote debug path

I want to use eclipse, pydev to remote debug my python script. Python script is on a remote Ubuntu server, and Eclispe/pydev is running on my Windows 7 machine. I followed every step according to ...
2
votes
1answer
36 views

Local variables not present at Python's rdb debugging breakpoint (in celery task)

I am trying to debug a celery task but the parameters and local variables aren't present when I telnet in: from celery import Celery from celery.contrib import rdb celery = Celery('tasks', ...
0
votes
2answers
194 views

Running commands on Remote Windows machine with python

this time i am asking about running commands on remote Windows machine. Let me be more descriptive here. **I have a machine on which python is installed and I want to run some powershell and cmd ...
0
votes
2answers
66 views

java- how to code a process to intercept the output streams of program running on remote machine/know when remote program has halted/completed

I want to run a java program on a remote machine, and intercept its logs-- also I want to be able to know if the program has completed execution, and also whether it was successful execution or if ...
0
votes
1answer
193 views

Subprocess Remote debugging with PyCharm 2.5

I would use the remote debugging on Pycharm 2.5. I can debug the main process but is it possible debug also the subprocess? In the local debug there is the option "Attach to subprocess automatically ...
4
votes
1answer
693 views

Sublime, Python, web servers and setting breakpoints

What's the recommended method to debug Python web servers (I have Plone/Zope) with Sublime Text 2? Set real breakpoints in the text editor... ... preferably through line context sensitive command ...
3
votes
0answers
229 views

Define remote interpreter on remote Linux machine using Pydev and RSE Server

I have a windows box and a Linux red hat box. Eclipse is installed on windows, following instructions given on eclipse page I managed to set up a RSE server that runs on the Linux box, I am also able ...
0
votes
1answer
1k views

How to set up remote development in Eclipse for Python? (the “remote” part)

I am new to Eclipse and I would like to set it up for remote development in Python. I use Eclipse on Win7, the sources being on a Linux machine (and expected to run from there). I have used excellent ...
3
votes
2answers
368 views

How to debug a remote python application with (Python Tools for) Visual Studio?

According to http://pytools.codeplex.com/, PTVS supports "Local and remote debugging". However, I couldn't find anything related to it or. So I'm curious if their "remote debugging" is simply ...
0
votes
2answers
158 views

Pydevd with virtual code or (source provider)

we´re having python source code stored in a sql database, the code is build together to a virtual python module and can be executed. We want to debug this modules but then of course the Eclipse ...
10
votes
2answers
3k views

How do I start up remote debugging with PyCharm?

I'm trying to get debugging up between PyCharm (on windows host) and a debian virtual host running my django application. The instructions say to install the egg, add the import, and then invoke a ...
0
votes
1answer
878 views

Attaching debugger to python script running on apache

I'm very new to this and am not sure if this is feasible. All the requests for a specific file format to apache are redirected to a python script. Based on certain conditions, this script generates ...
1
vote
1answer
470 views

How can I remote debug a Python script running on Linux from Windows using PyScripter?

I have a Python script (running Python v2.6 or v2.7) that runs on Linux and also AIX. I'd like to be able to debug this script from Windows. I'd like to use PyScripter if possible. If it is not ...
1
vote
1answer
345 views

Remote debugging with WingIDE

Using WingIDE to debug a web application, I have set a breakpoint in some Python code which runs when a web-form is submitted. Just before the breakpoint I have inserted 'import wingdbstub' to ...

1 2
15 30 50 per page