Debugger/DebugViewer.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 406
eacf81fad150
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
28 from .VariablesViewer import VariablesViewer 28 from .VariablesViewer import VariablesViewer
29 from .ExceptionLogger import ExceptionLogger 29 from .ExceptionLogger import ExceptionLogger
30 from .BreakPointViewer import BreakPointViewer 30 from .BreakPointViewer import BreakPointViewer
31 from .WatchPointViewer import WatchPointViewer 31 from .WatchPointViewer import WatchPointViewer
32 32
33 import Utilities
34 import UI.PixmapCache 33 import UI.PixmapCache
35 34
36 from E5Gui.E5TabWidget import E5TabWidget 35 from E5Gui.E5TabWidget import E5TabWidget
37 36
38 class DebugViewer(QWidget): 37 class DebugViewer(QWidget):

eric ide

mercurial