Changes between Version 35 and Version 36 of Features/Perl5Debugger
- Timestamp:
- 11/18/11 13:32:03 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v35 v36 1 1 [[PageOutline(1-4)]] 2 2 [wiki:Features <-back] 3 = Debug2 in Padre trunk 0.93 r174 553 = Debug2 in Padre trunk 0.93 r17464 4 4 If you want to see this in Padre trunk. 5 5 * you will require Debug::Client 0.13_09 … … 45 45 When you "run debug" :) 46 46 * quit(q) is always visible, ( toolbar quit should now be enabled, todo when in trunk ) 47 * the debugger will load breakpoints against the current file when it is load by the perl debug program, this means you need to step-in to force the breakpoints to be loaded in a subsequent file, if you get it wrong, just quit adjust breakpoints and re run. 48 * I have been playing with auto-loading of all initial project breakpoints, but I have been experiencing bleeding of breakpoints across files, so turned this feature off but I want to rectify this :( 47 * the debugger will load breakpoints against the current file and it's project files, when it is load by the perl debug program, if you get it wrong, just quit adjust breakpoints and re run. 49 48 50 49 * new icons will only be visible when debug is running … … 67 66 68 67 * Debugger-Output Options 69 * This is the section I am not sure about, as what debug options to provide and which one's if any need user input? 68 * These options all display in the Debug-Output panel. 69 * trace is a toggle against next action 70 * p => evaluate expression 71 * . => return to the executed line 72 * v => view around line 73 * L => list all actions 74 * T => stack back-trace 75 * M => display loaded modules 76 * E => display thread id's 70 77 71 78 == Debugger Output
