In NetworkCallbackController::Unschedule*Stream(), don't proceed if the streams are...
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.5
5 #####################
6 - New: Now a 64-bit binary (along with x86 and PPC)
7 - Fix: #128 Clicking on the line number will now always set the correct
8 breakpoint
9
10
11 1.4.1
12 #####################
13 - Fix: Objects with nested objects wouldn't always load their child keys
14 - Fix: #213 Crash when unchecking "Attached" when the debugger is inactive
15
16
17 1.4 Beta 2
18 #####################
19 - Fix: After clicking on a stack frame with a virtual file, the debugger front
20 end would hang
21 - Fix: Crash on clicking "Install & Relaunch" from Sparkle
22 - New: #210, #195 Add a "Stop" button to detach the debugger from the current
23 session
24 - New: #209 Drag a file onto the source view in the Breakpoints window to load
25 the contents
26 - Fix: #197 Add a menu item and keyboard shortcut for the "Attached" control
27 - Fix: #208 Variable selection and expansion state not saved across steps
28 - Fix: The attached state is now remembered in preferences
29
30
31 1.4 Beta 1
32 #####################
33 - Change: #164 Upon disconnecting, the program counter line will no longer be
34 highlighted
35 - Fixed: Preferences jumps around when opening
36 - New: #165 "Reconnect" is now removed and instead the debugger is either
37 attached or detached
38 - Change: MacGDBp should no longer become unresponsive while waiting for Xdebug
39 data
40 - Change: MacGDBp should no longer corrupt text data returned from Xdebug
41
42
43 1.3
44 #####################
45 - New: #155 Add a variable inspector to display the full, untruncated value
46 - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility
47 - Fix: All breakpoint markers will now be displayed in the active code debugger
48 - New: When stepping through code, the selection in the variable list will be
49 retained
50 - Fix: #160 The code pane could be unpopulated after debugging the same script
51 a subsequent time
52 - Fix: #163 Breakpoints with a space in the pathname would not be set
53 - Fix: Code would not display if the pathname to the file contained a space
54 - Fix: #157 After using the run command, the stack will now be properly updated
55 - New: A preference has been added to disable automatic stepping into the
56 first line of execution
57 - Fix: MacGDBp should no longer throw incomplete packet error messages
58
59
60 1.2.1
61 #####################
62 - Fix: The temporary file used for highlighting source code is now saved as UTF8
63 so files with non-ASCII characters will now be highlighted
64 - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script
65 - Change: Updated Sparkle to the latest bzr version
66
67
68 1.2
69 #####################
70 - Change: The "File" column now shows the tail rather than the head of the
71 value, allowing you to see the last part of the path URI
72 - Fix: #129 Debugging files on a remote server will now work if the remote path
73 does not exist on the local debugging client
74 - Change: The debugger will automatically step in to the first frame when the
75 connection is made
76 - New: #147 Show super globals (and variables in other contexts) in the
77 variable viewer
78 - New: Selecting different stack frames will now show the variables for that
79 frame, as opposed to only showing the current frame's variables
80 - New: The breakpoints window will now remember its visible state across
81 application launches
82 - New: #129 Created a path replacements preference panel to make creating
83 breakpoints possible on remote servers
84
85
86 1.1.2
87 #####################
88 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
89 crash on launch
90 - New: #139 Windows now remember their size and location
91
92
93 1.1.1
94 #####################
95 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
96 - New: Allow multiple selection of breakpoints
97
98
99 1.1
100 #####################
101 - New: Add preferences that allow changing of the Xdebug IDE key and port number
102 - Change: Improved software updater via Sparkle
103 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
104 situations, causing the display to break or crash
105 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
106 - Fix: Several memory leaks that could, under certain conditions, would cause
107 crashes (thanks to Ciarán Walsh)
108 - Change: #130 If MacGDBp can't highlight the source code, it will default to
109 using just plain text
110 - New: Breakpoints are saved into preferences so that they are recreated at
111 launch time
112
113
114 1.0.1
115 #####################
116 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
117 - New: The breakpoints window is now visible on launch
118 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
119 did not handle correctly
120 - Fixed: #125 Crash when adding breakpoints