The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Devel::ebug::Wx.

0.05  Mon Mar 19 22:05:24 CET 2007
	- Keep breakpoints when program is restarted.
	- Depend on Devel::ebug 0.47.

0.04  Sat Mar 17 21:05:06 CET 2007
	- Always use Config::IniFiles for program configuration.
	- Add serialization (via YAML) to the configuration manager.
	- Make the view manager more resilient to inconsistent AUI state.
	- More graceful handling for program termination (notify user
	  and do not crash)

0.03  Sun Mar 11 18:40:45 CET 2007
	- Add expression display and console output views.
	- Allow putting multiple views in a notebook to save space.
	- Begin documenting the various services.
	- Fix some bugs in view handling, and improve behaviour.
	- Use Alt+key intead of a single key for accelerators.
	- Display breakpoints ordered by file and line.

0.02  Tue Mar  6 23:48:59 CET 2007
	- Save window state between debugging sessions.
	- Add a 'service' concept and introduce ViewManager
	  and Configuration services.
	- Add "File -> Load file" and "Run -> Restart" commands.
	- Load all breakpoints when displaying the relative view.
	- Add view to show console output and a real expression eval view.
	
0.01  Sun Mar  4 17:21:25 CET 2007
	- First public release.