Skip to content
Snippets Groups Projects
  1. Oct 23, 2012
  2. Oct 22, 2012
    • deuce's avatar
      Do some casting... · a5d61450
      deuce authored
      a5d61450
    • deuce's avatar
      Put js_script back inside js_exec(). · d27bd1ce
      deuce authored
      d27bd1ce
    • deuce's avatar
      Add initial stab at scoping the debugger issue... · ece5cbdf
      deuce authored
      Running jsexec with the -D argument will enter the debugger.  Inside the
      debugger, there are the following commands:
      "r"                runs the script
      "clear"            clears any pending exceptions (mostly useless)
      "break ###"        set a break at the specified line number
      "e <statement>"    eval()uates <statement> in the current frame
      "eval <statement>" also eval()s
      
      This is a proof of concept right now since it's only in jsexec and the command
      parser is a joke.  Eventually, this will also work for ;EXEC scripts in the
      BBS and be even more awesome.  This should be enough to get mcmlxxix off my
      back though.
      ece5cbdf
    • deuce's avatar
      Alphabetize parsed options. · 06e77c3d
      deuce authored
      06e77c3d
  3. Oct 21, 2012
  4. Oct 20, 2012
  5. Oct 19, 2012
  6. Oct 18, 2012
  7. Oct 16, 2012
  8. Oct 15, 2012
Loading