Changes between Version 62 and Version 63 of Features/Perl5Debugger
- Timestamp:
- 11/30/11 13:06:06 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v62 v63 241 241 242 242 * The debugger can be launched by any of the following: Run / Step In / Step Over / Step Out / Run till breakpoint 243 * Run would stop at the first statement and it will be gr ayed out once the debugger is running243 * Run would stop at the first statement and it will be greyed out once the debugger is running 244 244 * Once the debugger is running the saved breakpoints of all the files belonging to this thing will be sent over. 245 245 * The question what does 'this thing' mean? Which files belong to the current run? … … 266 266 When that expression changes value the debugger will stop 267 267 The expression should be saved belonging to the main script that is being executed. When the debugger is launched again these 268 watch points need to be set again (later we could display them to the user and ask the user if she wants to set them or not)268 watch-points need to be set again (later we could display them to the user and ask the user if she wants to set them or not) 269 269 * Remove watch - remove an expression from the watch list (and from the saved watches) 270 270 … … 295 295 296 296 * Colours from themes, thanks subT 297 * Conditional Breakpoints next overha ll297 * Conditional Breakpoints next overhaul 298 298 * ~~Watches~~ 299 299 * Actions use **Raw** 300 * E dumping to Output instead of Debug-Output 300 301 \\ 301 302 **{{{__END__}}}**
