lqml/examples/debug-ui
2025-10-18 17:12:13 +02:00
..
lisp revision of example 'debug-ui' 2025-10-18 16:51:19 +02:00
qml revision 2025-10-18 17:12:13 +02:00
app.asd add new example 'debug-ui' (to be integrated in your mobile app) 2025-10-18 15:53:01 +02:00
readme.md add new example 'debug-ui' (to be integrated in your mobile app) 2025-10-18 15:53:01 +02:00

Info

This is a debug dialog (taken from example cl-repl) to be integrated in your app.

So, if you merge this example with your app, the mobile app will not crash on an eventual runtime error: an interactive debug dialog will be shown instead.

This is especially helpful on android, where Lisp issues are hard to debug once the app is installed.