Files
lix/lix/libexpr/builtins/warn.md
T
Qyriad 2d85d4c7b6 new option: debugger-on-warn
Co-authored-by: Emilia Bopp <contact@ebopp.de>

Change-Id: I5e20304538dd3e27fb36c32c0a6133cd6a6a6964
2025-11-22 16:48:53 +01:00

475 B

name, args
name args
warn
msg
e2

Evaluate string msg and print it on standard error. Then return e2. This function is useful for warning about unexpected conditions without aborting evaluation. If the debugger-on-warn option is set to true and the --debugger flag is given, the interactive debugger will be started when warn is called (like break).