D
D
densaface2015-05-19 14:36:15
linux
densaface, 2015-05-19 14:36:15

Is there a remote python script debugger on a linux server?

Gentlemen, I don’t know Linux very well, on which python tests are run. Is it possible to remotely run these scripts by connecting from a Windows machine and even in debug mode (step by step), or am I asking too much?
https://wiki.python.org/moin/PythonDebuggingTools - debugging tools for Python code are listed, but the feeling that no one uses it, the information is scarce and little documented, or I'm looking in the wrong place, please open my eyelids)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
lega, 2015-05-19
@densaface

You don’t often have to debug in python, but pudb is not bad on the server, and pycharm can also do remote debugging.

A
Antony, 2015-05-19
@RiseOfDeath

It's stupid to connect via SSH (putty) and work as if in place in the console.
Another option is to use gdbserver on your server. (and upload, for example, via WinSCP)
Read about using gdb https://wiki.python.org/moin/DebuggingWithGdb

D
densaface, 2015-05-19
@densaface

https://wiki.python.org/moin/DebuggingWithGdb After reviewing the ways to run Python scripts, I still did not see the step-by-step execution option

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question