35 from E5Gui.E5TabWidget import E5TabWidget |
35 from E5Gui.E5TabWidget import E5TabWidget |
36 |
36 |
37 |
37 |
38 class DebugViewer(QWidget): |
38 class DebugViewer(QWidget): |
39 """ |
39 """ |
40 Class implementing a widget conatining various debug related views. |
40 Class implementing a widget containing various debug related views. |
41 |
41 |
42 The individual tabs contain the interpreter shell (optional), |
42 The individual tabs contain the interpreter shell (optional), |
43 the filesystem browser (optional), the two variables viewers |
43 the filesystem browser (optional), the two variables viewers |
44 (global and local), a breakpoint viewer, a watch expression viewer and |
44 (global and local), a breakpoint viewer, a watch expression viewer and |
45 the exception logger. Additionally a list of all threads is shown. |
45 the exception logger. Additionally a list of all threads is shown. |