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