SPC_BREAK
#define SPC_BREAK() do {if ((spc_debug & SPC_DOBREAK) != 0) db_enter();} while (0)
#define SPC_BREAK()