Basic debugging
Basic debugging
By Steven Schubiger aus Zurich.pm
Datum: Donnerstag Juni 9, 2005 10:50
Dauer: 40 Minuten
Language:
Mehr Informationen gibt es auf der Seite des/der Vortragenden:
- Vortrag (Slides usw.): http://accognoscere.org/files/talks/perl-debugging/basic-debugging.html
Basic debugging stresses the distuingishment between print statements, Data::Dumper and the built-in debugger. print statements will be extended to the point where one'll be able to emulate the output of ``proper" debugging
facilities, such as the built-in one, and interrrupt accordingly to examine the output given. The introduction of Data::Dumper will take place to stress its usage for evaluation of complex and nested data structures. Last, but not
least, the built-in debugger will be approached in basic terms of breaking and stepping code, control flow, examining data, setting actions and such, forcing context upon variable evaluation, listing variables/modules/inheritance trees and redoing commands.