I've got a bit of an issue with turning off specific debug statements. If I try and adjust the log level, I get a run time failure. If I try and comment out the specific debug statement (in the SPIM routine) I get that same run time failure. If I single step - the code works well past the first run time failure location.
Seems like some type of timing issue - but not sure what is happening or why I cannot turn off the specific SPIM debug stmts.
I can post code if necessary - but it's pretty generic from the examples.