Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalint committed Jul 11, 2013
1 parent a5528f0 commit ea994e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ Yellow Tree Configuration

# Lua setup
* The `LUA_PATH` environment variable needs to include `/path/to/yellow-tree/?.lua`

# Java setup
* The `LD_LIBRARY_PATH` should include `/path/to/yellow-tree` (where `libyt.so` resides)
* The Java command should include `-agentlib:yt` or `-agentlib:yt=options`

# Options
* `runfile` - A script can be passed to be run upon startup. It can be used for initialization, setting breakpoints, or as a complete debugger script.
* If `runfile` returns true, the debugger will immediately break to the command prompt after running the file.
* Alternatively, returning false will begin execution normally.

0 comments on commit ea994e2

Please sign in to comment.