For Version 0.0.5:
Bugs Fixed:
Properly removes first argument for pdb (Bug-Report, Thanks Matthew Thornely)
Properly handles program arguments in RunWithDebugger.
Watches are now global (Bug-Report, Thanks Matthew Thornely)
Breakpoints are now set before anything else
when running th debugger.
(Bug-Report, Thanks Matthew Thornely)
For Version 0.0.4:
Bugs Fixed:
Now properly toggles Debugger Panel.
Changes:
Added Send Raw Command to Pdb.
Added Commands Panel.
Updated Documentation.
For Version 0.0.3:
Bugs Fixed:
Breakpoints (Bug-Report, Thanks Franz Steinhausler).
ShowDebuggerPanel, ToggleDebuggerPanel:
Removed self -> DrFrame error.
Fixed Position/Index error
Now clears the Output Panel on run.
Now uses DoCommand in run, instead of directly printing to the stream.
Changes:
Now does the initial "Steps" automatically.
Sleeps for one second, before stepping.
Changed aboutstring.
For Version 0.0.2:
Changes:
Updated for DrPython 3.5.0
For Version 0.0.1:
Changes:
Updated for DrPython 3.4.0
Now uses DrFrame.ShowMessage