MacGDBp CHANGE LOG ================================================================================ 1.3 ##################### - New: #155 Add a variable inspector to display the full, untruncated value - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility - Fix: All breakpoint markers will now be displayed in the active code debugger - New: When stepping through code, the selection in the variable list will be retained - Fix: #160 The code pane could be unpopulated after debugging the same script a subsequent time - Fix: #163 Breakpoints with a space in the pathname would not be set - Fix: Code would not display if the pathname to the file contained a space - Fix: After using the run command, the stack will now be properly updated - New: A preference has been added to disable automatic stepping into the first line of execution - Fix: MacGDBp should no longer throw incomplete packet error messages 1.2.1 ##################### - Fix: The temporary file used for highlighting source code is now saved as UTF8 so files with non-ASCII characters will now be highlighted - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script - Change: Updated Sparkle to the latest bzr version 1.2 ##################### - Change: The "File" column now shows the tail rather than the head of the value, allowing you to see the last part of the path URI - Fix: #129 Debugging files on a remote server will now work if the remote path does not exist on the local debugging client - Change: The debugger will automatically step in to the first frame when the connection is made - New: #147 Show super globals (and variables in other contexts) in the variable viewer - New: Selecting different stack frames will now show the variables for that frame, as opposed to only showing the current frame's variables - New: The breakpoints window will now remember its visible state across application launches - New: #129 Created a path replacements preference panel to make creating breakpoints possible on remote servers 1.1.2 ##################### - Fix: #140 Saved breakpoints for non-existent files would cause an immediate crash on launch - New: #139 Windows now remember their size and location 1.1.1 ##################### - Fix: Breakpoints that were removed would come back, multiplied upon relaunch - New: Allow multiple selection of breakpoints 1.1 ##################### - New: Add preferences that allow changing of the Xdebug IDE key and port number - Change: Improved software updater via Sparkle - Fix: Packets from the Xdebug extension would be incorrectly handled in some situations, causing the display to break or crash - New: #123 Add menu items and keyboard shortcuts for the debugger commands - Fix: Several memory leaks that could, under certain conditions, would cause crashes (thanks to Ciarán Walsh) - Change: #130 If MacGDBp can't highlight the source code, it will default to using just plain text - New: Breakpoints are saved into preferences so that they are recreated at launch time 1.0.1 ##################### - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh) - New: The breakpoints window is now visible on launch - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp did not handle correctly - Fixed: #125 Crash when adding breakpoints