Python debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Chalk

    Python debugger

    I am sure that it has been asked before but could someone tell a newbie
    whether there is a Python debugger out there?

    In case it is relevant, i am using v2.2 on Windows.

    Many thanks.


  • Dave Kuhlman

    #2
    Re: Python debugger

    Andrew Chalk wrote:
    [color=blue]
    > I am sure that it has been asked before but could someone tell a
    > newbie whether there is a Python debugger out there?
    >[/color]

    See:



    - Dave

    --
    Dave Kuhlman

    dkuhlman@rexx.c om

    Comment

    • Syver Enstad

      #3
      Re: Python debugger

      Dave Kuhlman <dkuhlman@rexx. com> writes:
      [color=blue]
      > Andrew Chalk wrote:
      >[color=green]
      > > I am sure that it has been asked before but could someone tell a
      > > newbie whether there is a Python debugger out there?
      > >[/color]
      >
      > See:
      >
      > http://www.python.org/doc/current/lib/module-pdb.html[/color]

      And in case you don't like using a commandline debugger, you can use
      pythonwin's debugger or Emacs together with pdb.

      --

      Syver Enstad

      Comment

      • Michele Simionato

        #4
        Re: Python debugger

        Syver Enstad <syver-en+usenet@onlin e.no> wrote in message news:<u3cgjbxrr .fsf@online.no> ...[color=blue]
        > Dave Kuhlman <dkuhlman@rexx. com> writes:
        >[color=green]
        > > Andrew Chalk wrote:
        > >[color=darkred]
        > > > I am sure that it has been asked before but could someone tell a
        > > > newbie whether there is a Python debugger out there?
        > > >[/color]
        > >
        > > See:
        > >
        > > http://www.python.org/doc/current/lib/module-pdb.html[/color]
        >
        > And in case you don't like using a commandline debugger, you can use
        > pythonwin's debugger or Emacs together with pdb.[/color]

        How do I use pdb with emacs? Do you have any reference?

        Michele

        Comment

        Working...