Menu

[r104]: / plugins / changelogs / Changelog_SimpleDebugger.txt  Maximize  Restore  History

Download this file

40 lines (34 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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