The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.0 - 2011-01-01

  • fork from ptkdb.pm, significant rework
  • pretend Data::Dumper is available
  • many cleanup of code
  • get rid of tix? TBD TODO
  • remove many of obsolete code: get_notebook_widget, register_user_DB_entry, register_user_window_init, setTabs, etc, code that eval's chunks in ptkdbrc file to support changing colors of text widget, etc.
  • removed all code about configurung scrollbars of tcltkdb
  • removed $Devel::tcltkdb::add_expr_depth;
  • removed $Devel::tcltkdb::expr_depth = -1 ;
  • $self->{DisableOnLeave} never used, remove (List of Widgets to disable when leaving the debugger)
  • removed sub get_entry_text
  • no more need for sub fixExprPath
  • $Devel::tcltkdb::pathSepReplacement = "\0x01" ;
  • $Devel::tcltkdb::pathSep = '\x00' ;
  • removed sub setup_options
  • modernized menus
  • no more use Config and user config file from "$Config{'installprivlib'}/Devel/ptkdbrc", only config in home dir matters Readme file clean and better moved changelog from PM file to Changes, only have in one place moved license from PM file to README moved sample Xresources from PM

Modules

Perl debugger using a Tcl/Tk GUI

Provides

in tcltkdb.pm