- The
LUA_PATHenvironment variable needs to include/path/to/yellow-tree/?.lua
- The
LD_LIBRARY_PATHshould include/path/to/yellow-tree(wherelibyt.soresides) - The Java command should include
-agentlib:ytor-agentlib:yt=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
runfilereturns true, the debugger will immediately break to the command prompt after running the file. - Alternatively, returning false will begin execution normally.