** A no-op routine that runs with the ".breakpoint" doc-command. This is ** a useful spot to set a debugger breakpoint. */
| 15096 | ** a useful spot to set a debugger breakpoint. |
| 15097 | */ |
| 15098 | static void test_breakpoint(void){ |
| 15099 | static int nCall = 0; |
| 15100 | nCall++; |
| 15101 | } |
| 15102 | |
| 15103 | /* |
| 15104 | ** An object used to read a CSV and other files for import. |