Hi,
There is Python debugger in Eclipse. But i think that there is no such possibility to put the breakpoint in Eclipse, run the application from the command line and get break at the breakpoint. In Eclipse i have to choose main module to run debugger, but there is such problem that python part of my application doesn't have main module; main module is written in different language:)
User Profile
Collapse
-
debugger in eclipse
Hi,
I have the project, which is composed of many parts written in different languages. One part is written in Python. I would like to debug this part in eclipse, but i don't know how can i do it. I know that i can write:
import pywin.debugger
pywin.debugger. brk()
and when i run my application, it stops on the place where i put the pywin.debugger. brk() expression, but i get the ActivePython window:(
Is there any...
No activity results to display
Show More
Leave a comment: