Fix a bug where breakpoints would be recreated exponentially after their removal
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.1.1
5 #####################
6 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
7
8
9 1.1
10 #####################
11 - New: Add preferences that allow changing of the Xdebug IDE key and port number
12 - Change: Improved software updater via Sparkle
13 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
14 situations, causing the display to break or crash
15 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
16 - Fix: Several memory leaks that could, under certain conditions, would cause
17 crashes (thanks to Ciarán Walsh)
18 - Change: #130 If MacGDBp can't highlight the source code, it will default to
19 using just plain text
20 - New: Breakpoints are saved into preferences so that they are recreated at
21 launch time
22
23
24 1.0.1
25 #####################
26 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
27 - New: The breakpoints window is now visible on launch
28 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
29 did not handle correctly
30 - Fixed: #125 Crash when adding breakpoints