SQLite Forum

BUG: Wrong line endings of shell.c prevent debugging on Windows
Login
It looks like `shell.c` ends up with `\r\r\n` for line endings which breaks debugging (lines don't match).

Unfortunately I don't know enough about Tcl to fix mkshellc.tcl.

`sed -e 's/\r\r/\r/'` does the trick as a temporary workaround.