Table of Contents

Class: Debugger Idle/idle8/Debugger.py

Base Classes   
bdb.Bdb
Methods   
__init__
canonic
close
cont
interaction
make_gui
next
quit
ret
run
set_break
set_breakpoint_here
show_frame
show_globals
show_locals
show_source
show_stack
show_variables
step
sync_source_line
user_exception
user_line
user_return
  __init__ 
__init__ ( self,  pyshell )

  canonic 
canonic ( self,  filename )

  close 
close ( self,  event=None )

  cont 
cont ( self )

  interaction 
interaction (
        self,
        frame,
        info=None,
        )

  make_gui 
make_gui ( self )

  next 
next ( self )

  quit 
quit ( self )

  ret 
ret ( self )

  run 
run ( self,  *args )

  set_break 
set_break (
        self,
        filename,
        lineno,
        temporary=0,
        cond=None,
        )

A literal copy of Bdb.set_break() without the print statement at the end

  set_breakpoint_here 
set_breakpoint_here ( self,  edit )

  show_frame 
show_frame ( self,  ( )

  show_globals 
show_globals ( self )

  show_locals 
show_locals ( self )

  show_source 
show_source ( self )

  show_stack 
show_stack ( self )

  show_variables 
show_variables ( self,  force=0 )

  step 
step ( self )

  sync_source_line 
sync_source_line ( self )

  user_exception 
user_exception (
        self,
        frame,
        info,
        )

  user_line 
user_line ( self,  frame )

  user_return 
user_return (
        self,
        frame,
        rv,
        )


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:19 2002 by HappyDoc version 2.0.1