winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/debug.prompt.md
2024-09-24 14:54:57 +02:00

383 B
Vendored

Opens a REPL (replace-eval-print loop) prompt where you can enter and evaluate Lua commands against the current script environment.

debug.prompt()

This call is also tied to the --interactive flag: specifying this flag will open a prompt after the project scripts have been executed and "baked" for the current environment.

Availability

Premake 5.0 or later.