readme 544 B

123456789101112
  1. Capital A Acid is a rudimentary acme interface to the debugger acid.
  2. It uses a win to provide an interactive window for acid. In that window,
  3. a couple of extra acme-specific features are enabled:
  4. w(command)
  5. runs the command and places its output in a new window.
  6. e.g. w(lstk()) places the stack trace in a distinct window.
  7. Also, in any such window, text executed with button 2 is
  8. presented as input to acid in the main Acid window. Thus, for
  9. example, one may evaluate variables presented in a stack trace
  10. by `executing' it with button 2.