mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 10:31:58 -05:00
12 lines
383 B
Markdown
12 lines
383 B
Markdown
|
Opens a REPL (replace-eval-print loop) prompt where you can enter and evaluate Lua commands against the current script environment.
|
||
|
|
||
|
```lua
|
||
|
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.
|