Name Date Size #Lines LOC

..--

Acid.disHD23-Jun-2021360

Acid0.disHD23-Jun-2021117

guideH A D23-Jun-202138 32

readmeH A D23-Jun-2021544 1310

readme

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