-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
14 lines (13 loc) · 796 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Version 0.2.0 (???)
* Added an Examine Value item to the main context menu.
* Added (very) basic watch breakpoint support and implemented support for the breakpoint_types call to dynamically populate the breakpoint panel toolbar.
* Added support for setting class/object method breakpoints.
* Added support for "sticky" breakpoints.
* Changed the text on the property dialog button to OK.
* Disabled the breakpoint panel after execution is complete.
* Fixed segfault on close due to double call to wxSocketBase::Close().
* Improved property tooltips.
* Improved the build system on *nix platforms to remove the need to statically link images in.
* Made the debug log and output panel use the same font as the source text control.
Version 0.1.0 (August 20, 2007)
* Initial release.