Module eagle :: Class DebugDialog
[show private | hide private]
[frames | no frames]

Type DebugDialog

object --+    
         |    
 _EGObject --+
             |
object --+   |
         |   |
 AutoGenId --+
             |
            DebugDialog


Dialog to show uncaught exceptions.

This dialog shows information about uncaught exceptions and also save the traceback to a file.
Method Summary
  __init__(self)
  __setup_gui__(self)
  __setup_text__(self)
  _insert_text(self, text, *tags)
  _print_file(self, filename, lineno, name)
  _start_debugger(self)
  except_hook(exctype, value, tb)
(Static method)
  print_tb(self, tb, limit)
  run(self, error)
  save_exception(self, exctype, value, tb)
  show_exception(self, exctype, value, tb)
    Inherited from _EGObject
  __repr__(self)
  __str__(self)
    Inherited from AutoGenId
  __get_id__(classobj)
(Class method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Property Summary
    Inherited from _EGObject
  id

Class Variable Summary
int border = 12                                                                    
int height = 400                                                                   
int margin = 6                                                                     
int spacing = 6                                                                     
int width = 600                                                                   
    Inherited from AutoGenId
int last_id_num = 0                                                                     

Class Variable Details

border

Type:
int
Value:
12                                                                    

height

Type:
int
Value:
400                                                                   

margin

Type:
int
Value:
6                                                                     

spacing

Type:
int
Value:
6                                                                     

width

Type:
int
Value:
600                                                                   

Generated by Epydoc 2.1 on Sun Dec 25 16:27:52 2005 http://epydoc.sf.net