SQLite Forum

Strange CLI .exit issue
Login
>...  why you sometimes have 120 lines or more in your script file after the .exit command?

Because I use `.exit` for debugging.

During debugging I may want to exit after the part of interest (e.g. some `SELECT`) without running additional code that possibly also produces unwanted tons of output.