Debugging in Python ( Windows OS)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    Debugging in Python ( Windows OS)

    Hi,

    How to Debug the source code of Python in Windows OS?.Is there any command available with Pyton IDLE for debugging ,similar to the Microsoft Visual Studio ( F5 Key)

    Thanks & Regards
    PSB
  • ghostdog74
    Recognized Expert Contributor
    • Apr 2006
    • 511

    #2
    Originally posted by psbasha
    Hi,

    How to Debug the source code of Python in Windows OS?.Is there any command available with Pyton IDLE for debugging ,similar to the Microsoft Visual Studio ( F5 Key)

    Thanks & Regards
    PSB
    yes. Python comes with pdb module.
    some references:
    Python doc
    Python debugging
    Ferg

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by psbasha
      Hi,

      How to Debug the source code of Python in Windows OS?.Is there any command available with Pyton IDLE for debugging ,similar to the Microsoft Visual Studio ( F5 Key)

      Thanks & Regards
      PSB
      I have a suggestion that will answer all your questions. If you start using Boa Constructor as your IDE, you'll be given generated names that conform to a convention, a debugger, and the best UI toolkit (wxPython) available.

      Comment

      Working...