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 possibility to catch it in Eclipse window??
Please help me,
tusia:)
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 possibility to catch it in Eclipse window??
Please help me,
tusia:)
Comment