User Profile

Collapse

Profile Sidebar

Collapse
tusiatusia
tusiatusia
Last Activity: Sep 15 '06, 09:03 AM
Joined: Aug 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tusiatusia
    replied to debugger in eclipse
    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:)
    See more | Go to post

    Leave a comment:


  • tusiatusia
    started a topic debugger in eclipse

    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...
    See more | Go to post
No activity results to display
Show More
Working...