Changes between Version 43 and Version 44 of Features/Perl5Debugger
- Timestamp:
- 11/22/11 15:14:38 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v43 v44 16 16 17 17 critiques welcome 18 === Tips 19 * Turn on $OUTPUT_AUTOFLUSH 20 * Try break-pointing 1; at end of each file if you want to poke about with "p" before return or end 21 * Be patient; 22 * let Padre finish background tasks before launching debug 23 * let each action complete, before launching next 24 * remember it's using socket communications, hence ip time out :( 18 25 ---- 19 26 == {{{Tool-Bar}}} … … 24 31 25 32 == Breakpoints 26 * See Below 33 See Below images below 34 27 35 Top icons 28 36 * gray cross ( Delete MARKER_NOT_BREAKABLE Current File Only ) … … 38 46 * check Project show all files in current project with breakpoints 39 47 * if check projects, show delete all breakpoints in this project only 48 49 NB Breakpoints are stored as absolute paths (debug will open files based on absolutes paths) 40 50 41 51 If you want to Peek inside the DB use Cookbook Recipe 04
