Thread $finished im Debugger setzen. um durch den Mark-and-Sweep GC zu steppen (4 answers)
Opened by xtomcatx at 2008-09-11 17:28

xtomcatx
 2008-09-11 17:28
#114542 #114542
User since
2006-08-27
31 Artikel
BenutzerIn
[default_avatar]
In perldebug steht zum Kommando "q" Folgendes:
Quote
q or ^D

Quit. ("quit" doesn't work for this, unless you've made an alias) This is the only supported way to exit the debugger, though typing exit twice might work.

Set the inhibit_exit option to 0 if you want to be able to step off the end the script. You may also need to set $finished to 0 if you want to step through global destruction.

Kann mir jemand sagen, was damit gemeint ist, $finished auf 0 zu setzen? Wenn ich während des Debuggerdurchlaufs via $finished=0 setze, dann ändert sich nichts, nach dem exit wird nichts mehr ausgegeben. "x $finished" ist dann auch immer 0.

View full thread $finished im Debugger setzen. um durch den Mark-and-Sweep GC zu steppen