
Devel::StackBlech - Dumps your stack, all of it, somewhere

Dumps your stack to Perl_debug_log which is usually pointed at STDERR.
Happens to also display DB::sub calls which are normally invisible.
Please hack on this if you want more features.
Commit bits are handed out freely.
All of the following C functions are available for importing.
Dump all levels of the interpreter's runloop stacks.
This is the backend,
reuseable implementation for the perl function dumpStacks().
Dump all contexts in this runloop level.
Dump a context.

The internet. Kthxbai.

Please report any bugs or feature requests to bug-devel-stackblech at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Devel-StackBlech.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Devel::StackBlech
You can also look for information at:
Copyright 2008, 2009 Joshua ben Jore, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.