Antiklop is an inspector for Tcl/Tk programs.
It allows interactive viewing and editing of single variables,
arrays, procedures, windows, menus and bindings.
Call to antiklop can be used as a breakpoint.
In this case it can inspect local variables
or execute your code at any of the stack frames.
Antiklop can not communicate with other interpreters.

Antiklop is public domain: no author responsibility
for possible damages you can make with it :-)

Installation:
put the 'antiklop1.0' directory somewhere under tcl_pkgPath or auto_path,
so it can be loaded with 'package require'
(see Tcl manual for details on packages).

Quick start:
package require antiklop
::antiklop::popup

See antiklop.html for more description.

I will appreciate if you send me comments, improvements or bug reports.

Victor Safronov <safronov@academ.kaluga.su>
19.02.2001
