Add a toolbar icon for the HUD window, which required making DebuggerController the...
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.3
5 #####################
6 - New: #155 Add a variable inspector to display the full, untruncated value
7 - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility
8 - Fix: All breakpoint markers will now be displayed in the active code debugger
9 - New: When stepping through code, the selection in the variable list will be
10 retained
11 - Fix: #160 The code pane could be unpopulated after debugging the same script
12 a subsequent time
13 - Fix: #163 Breakpoints with a space in the pathname would not be set
14 - Fix: Code would not display if the pathname to the file contained a space
15 - Fix: After using the run command, the stack will now be properly updated
16 - New: A preference has been added to disable automatic stepping into the
17 first line of execution
18 - Fix: MacGDBp should no longer throw incomplete packet error messages
19
20
21 1.2.1
22 #####################
23 - Fix: The temporary file used for highlighting source code is now saved as UTF8
24 so files with non-ASCII characters will now be highlighted
25 - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script
26 - Change: Updated Sparkle to the latest bzr version
27
28
29 1.2
30 #####################
31 - Change: The "File" column now shows the tail rather than the head of the
32 value, allowing you to see the last part of the path URI
33 - Fix: #129 Debugging files on a remote server will now work if the remote path
34 does not exist on the local debugging client
35 - Change: The debugger will automatically step in to the first frame when the
36 connection is made
37 - New: #147 Show super globals (and variables in other contexts) in the
38 variable viewer
39 - New: Selecting different stack frames will now show the variables for that
40 frame, as opposed to only showing the current frame's variables
41 - New: The breakpoints window will now remember its visible state across
42 application launches
43 - New: #129 Created a path replacements preference panel to make creating
44 breakpoints possible on remote servers
45
46
47 1.1.2
48 #####################
49 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
50 crash on launch
51 - New: #139 Windows now remember their size and location
52
53
54 1.1.1
55 #####################
56 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
57 - New: Allow multiple selection of breakpoints
58
59
60 1.1
61 #####################
62 - New: Add preferences that allow changing of the Xdebug IDE key and port number
63 - Change: Improved software updater via Sparkle
64 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
65 situations, causing the display to break or crash
66 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
67 - Fix: Several memory leaks that could, under certain conditions, would cause
68 crashes (thanks to Ciarán Walsh)
69 - Change: #130 If MacGDBp can't highlight the source code, it will default to
70 using just plain text
71 - New: Breakpoints are saved into preferences so that they are recreated at
72 launch time
73
74
75 1.0.1
76 #####################
77 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
78 - New: The breakpoints window is now visible on launch
79 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
80 did not handle correctly
81 - Fixed: #125 Crash when adding breakpoints