Sat, 04 Jun 2011 18:58:48 +0200
Added a forgotten import statement.
Debugger/DebugUI.py | file | annotate | diff | comparison | revisions |
--- a/Debugger/DebugUI.py Sat Jun 04 18:26:09 2011 +0200 +++ b/Debugger/DebugUI.py Sat Jun 04 18:58:48 2011 +0200 @@ -17,6 +17,7 @@ from .ExceptionsFilterDialog import * from .StartDialog import * from .EditBreakpointDialog import EditBreakpointDialog +from .EditWatchpointDialog import EditWatchpointDialog from .DebugClientCapabilities import * import Preferences