Skip to content

Commit

Permalink
Added note about debug flags in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Willoughby committed May 5, 2014
1 parent d92435f commit 9d011e7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,23 @@ ActiveTcl. The linked libraries are **libtcl** and **libtk**.

## Notes

### Debugging

The following debug flags can be passed to Tkd to help debug certain issues.

```
-debug=log
```
Write a log called `debug.log` in the current directory detailing all Tcl/Tk
interaction logging all commands the Tcl interpreter is executing. (All errors
are marked as WARN.)

```
-debug=showTclErrors
```
Write all Tcl/Tk errors to stdout. This is useful to immediately be notified of
interpreter errors without trawling through the debug log.

### Widgets

#### Canvas
Expand Down

0 comments on commit 9d011e7

Please sign in to comment.