Changes between Version 68 and Version 69 of Features/Perl5Debugger
- Timestamp:
- 12/01/11 00:10:11 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v68 v69 41 41 * quit debugger ( initially greyed out ) 42 42 NB If you do not see the new icons, you will need to do, Tools->Preferences->Advanced->main_tool-bar_items Reset, for the three new tool-bar icons 43 44 ---- 45 43 46 == Breakpoints 44 47 45 48 [[Image(breakpoints.png)]] 46 49 47 Top icons50 === Top icons 48 51 * gray cross ( Delete MARKER_NOT_BREAKABLE Current File Only ) 49 52 * refresh Ctrl-List 50 53 * Breakpoints ( Toggle ) also updates Ctrl-List and Margin Markers ( the blue dotdotdot co exist with diff markers ) 51 54 52 Middle55 === Middle 53 56 * Current File (BLUE) 54 57 * MARKER_NOT_BREAKABLE (GRAY) ( dotdotdot margin markers are also gray ) 55 58 * Project files (GREEN) 56 59 57 Bottom60 === Bottom 58 61 * check Project show all files in current project with breakpoints 59 62 * if check projects, show delete all breakpoints in this project only … … 64 67 65 68 [[Image(debugbreakpoints.png)]] 69 70 ---- 71 66 72 == Debugger 67 73 When you "run debug" :) … … 131 137 * -,l ignored as we are in an IDE 132 138 139 ---- 140 133 141 == Debugger Output 134 142 The output window is only shown when debug is running 135 143 * See below ( only displays current output ) 136 144 * red text, I wonder what the inspiration was for this! 145 146 ---- 147 137 148 == Screen Shot 138 149 === Debug2 139 There is a lot going on in these slides, please notice the Debug-Output panel. In all cases the debugger has stopped after **c** continue .150 There is a lot going on in these slides, please notice the Debug-Output panel. In all cases the debugger has stopped after **c** continue(run-till). 140 151 141 152 ==== slide 1 … … 154 165 155 166 * The example files used here are in attachments if you want to play. 167 168 ---- 156 169 157 170 == POD from Main.pm … … 245 258 246 259 }}} 247 ---- 260 261 ---- 262 == Tickets 263 264 === {{{Debugger for Perl 5}}} 265 266 [[TicketQuery(component=Debugger for Perl 5,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter)]] 267 268 === {{{Debug::Client}}} 269 270 [[TicketQuery(component=Debug::Client,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter)]] 271 272 ---- 273 274 == TODO == 275 276 * Colours from themes, thanks subT 277 * Conditional Breakpoints next overhaul 278 * ~~Watches~~ 279 * Actions use **Raw** 280 * E dumping to Output instead of Debug-Output 281 282 ---- 283 = Debug1 248 284 == Description == 249 285 … … 295 331 296 332 297 == Tickets 298 299 === {{{Debugger for Perl 5}}} 300 301 [[TicketQuery(component=Debugger for Perl 5,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter)]] 302 303 === {{{Debug::Client}}} 304 305 [[TicketQuery(component=Debug::Client,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter)]] 333 306 334 307 335 == Test == 308 336 309 == TODO == 310 311 * Colours from themes, thanks subT 312 * Conditional Breakpoints next overhaul 313 * ~~Watches~~ 314 * Actions use **Raw** 315 * E dumping to Output instead of Debug-Output 337 316 338 \\ 317 339 **{{{__END__}}}**
