Changeset 12355 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
08/17/06 06:38:05 (2 years ago)
Author:
audreyt
Message:

* Implement "pugs -d" for printing out a debugging trace

for programs. Full debugger is for later.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r10909 r12355  
    4141        putStrLn "-p               wrap the -e fragments in a 'while(=<>){...;say}' loop" 
    4242        putStrLn "-c               parse the file or -e, but do not run it" 
     43        putStrLn "-d               run the program with debug tracing" 
    4344        putStrLn "-Bbackend        execute using the compiler backend" 
    4445        putStrLn "-Cbackend        compile using the compiler backend" 
     
    4950        putStrLn "-V:item          short configuration information for item" 
    5051        putStrLn "-v or --version  version" 
    51         putStrLn "-l -d and -w are ignored for compatibility with Perl 5" 
     52        putStrLn "-l and -w are ignored for compatibility with Perl 5" 
    5253        putStrLn "See documentation of pugs::run for more help." 
    5354    where