X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=pygdb.py;h=422f83a812b10d15476f98d017b5f64fc1ee08ea;hb=03d21f96a30e8de5159155bacc334167e5060bc9;hp=6b6f5d3d2953a45b2ec603e2d4eef31ffc850b9d;hpb=f2698c930f26434a100e0b4c1e4f39291b55b4f9;p=pygdb.git diff --git a/pygdb.py b/pygdb.py index 6b6f5d3..422f83a 100755 --- a/pygdb.py +++ b/pygdb.py @@ -21,7 +21,7 @@ def launchDebugger(clientCmd): #Create windows mainCtrlWnd = MainControlWindow.MainControlWindow(dbgterm) - statusWnd = StatusWindow.StatusWindow(mainCtrlWnd, dbgterm) + statusWnd = StatusWindow.StatusWindow(dbgterm) dbgterm.initialize() #Load configuration