New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with perl6-debug #16
Comments
|
Work has started on it in 37d4ee2 |
|
in theory, you could build a different front-end for the debugger, that might be pretty neat! also, there's the long-standing wishlist item of using something like GTK::Simple to get a debugger front-end that can handle multi-threaded and async code ... |
|
Any links on that wishlist? |
|
A proof of concept has been added. The only thing that we do not have is the concept of a session. https://github.com/azawawi/farabi6/blob/master/test_proc_async.pl |
|
As of 1ecc0e7, we have a working step-in... until the end of a script 💯 with async stdout and stderr |
|
|
See
http://perl6advent.wordpress.com/2012/12/05/a-perl-6-debugger/
You need to
panda install Debugger::UI::CommandLineThe command is:
perl6-debug-m your-script.plperl6-debug-mlives in the same perl6 folder~/rakudo/install/bin?for help<enter>for single stepsofor step outbtfor backtrace and current file informationThe text was updated successfully, but these errors were encountered: