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