Changes between Version 88 and Version 89 of Features/Perl5Debugger
- Timestamp:
- 04/12/12 06:35:40 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v88 v89 199 199 * Also see open tickets below. 200 200 ---- 201 == POD from Main.pm 201 202 == Tickets 203 204 === {{{Debugger for Perl 5}}} 205 206 [[TicketQuery(component=Debugger for Perl 5,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter|modified)]] 207 208 === {{{Debug::Client}}} 209 210 [[TicketQuery(component=Debug::Client,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter|modified)]] 211 212 ---- 213 214 == TODO == 215 216 * Colours from themes, thanks subT 217 * Conditional Breakpoints next overhaul 218 * or you could just use <Raw> 219 * ~~Watches~~ 220 * Actions use **Raw** 221 * ~~E dumping to Output instead of Debug-Output~~ 222 223 224 === POD from Main.pm 202 225 {{{#!perl 203 226 … … 230 253 look at displaying variables yes, but in a nice table (y 0) working 231 254 232 debug-output only vi sable when debugger running, on start of new debug first displays debugger help233 234 Added but ons with color leters to corespond to debugers actions.235 236 =head1 Feed Back255 debug-output only viable when debugger running, on start of new debug first displays debugger help 256 257 Added buttons with colour letters to correspond to debuggers actions. 258 259 =head1 Feed Back 237 260 238 261 what options should be in Debugger Panel / Debug-Output Options … … 241 264 242 265 243 244 266 =head1 BUGS AND LIMITATIONS 245 246 normal editor modifications do not update the DB,247 ( due to DB storing absolute values and editor is relative )248 will need to look in future at features and background task to do this.249 250 Current thinking would be to compare bp time-stamp to History time-stamp if it had one251 267 252 268 =head2 debug options X & V sometimes produce the following … … 268 284 No such file or directory when trying to open '/usr/src/Padre/Pad�e-Plugin-Debug/scripts/ExSewi.pm' at /usr/src/Padre/Padre/lib/Padre/Wx/Main.pm line 4043. 269 285 270 271 =head1 TODO272 273 get panels to integrate with Padre, play nice=yes, still not finished274 275 re-look at panel layout276 277 Add methods to Debug::Client in trunk as and where needed278 279 Change focus to Debugger-Output in bottom panel280 281 =head2 Tests & Notes282 283 feedback required please284 285 =head1 Method286 287 288 286 =cut 289 287 290 288 }}} 291 292 ----293 == Tickets294 295 === {{{Debugger for Perl 5}}}296 297 [[TicketQuery(component=Debugger for Perl 5,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter|modified)]]298 299 === {{{Debug::Client}}}300 301 [[TicketQuery(component=Debug::Client,order=id,desc=1,format=table,col=resolution|status|type|priority|summary|owner|reporter|modified)]]302 303 ----304 305 == TODO ==306 307 * Colours from themes, thanks subT308 * Conditional Breakpoints next overhaul309 * or you could just use <Raw>310 * ~~Watches~~311 * Actions use **Raw**312 * ~~E dumping to Output instead of Debug-Output~~313 289 314 290 ----
