Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
this repo is now only for the frontend
  • Loading branch information
timo committed Mar 30, 2014
1 parent 93e4b51 commit ef18b17
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.markdown
@@ -1,13 +1,11 @@
# A Debugger for Rakudo
# A Command-line Frontend for Rakudo's Debugger

This is an interactive, command-line debugger for Rakudo Perl 6. The easiest
ways to get hold of it are:
This is an command-line front-end for the Rakudo Debugger. When you build a current
Rakudo Perl 6, you will get perl6-debug binaries that require this (or a compatible)
module to be installed.

* By installing a recent Rakudo Star distribution
* By installing it with panda (panda install Rakudo::Debugger)

To use it, just run your script with perl6-debug rather than perl6. It takes
the same set of options as the normal perl6 executable, such as -I and -M.
To use the debugger, just run your script with perl6-debug rather than perl6. It
takes the same set of options as the normal perl6 executable, such as -I and -M.

For information on available commands, type h then hit enter for the help
screen once you're in the debugger. You may also like to see:
Expand Down

0 comments on commit ef18b17

Please sign in to comment.