Skip to content

debug.prompt

starkos edited this page Apr 10, 2021 · 7 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


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.

Clone this wiki locally