Help for this page

Select Code to Download


  1. or download this
      DB<162> h X
    X [vars]    Same as "V currentpackage [vars]".
    ...
            Use ~pattern and !pattern for positive and negative regexps.
      DB<164> h y
    y [n [Vars]]   List lexicals in higher scope <n>.  Vars same as V.
    
  2. or download this
      DB<1> h {
    { db_command    Define debugger command to run before each prompt.
    { ?            List debugger commands to run before each prompt.
    {{ db_command    Add to the list of debugger commands to run before ea
    +ch prompt.
    { *             Delete the list of debugger commands to run before eac
    +h prompt.
    
  3. or download this
      DB<239> b 11 $a==3
      DB<240> L
    ...
      DB<244> c
    45678910auto(-1)  DB<244> X y
      DB<245>