Stop Spin2 debugger and scroll debug window?
JonTitus
Posts: 193
in Propeller 2
Is there a way to stop the flow of debug information into the debug window? It would be nice to capture data for a while and then halt input to the debug window while the Spin2 program continue run. In other words, freeze data input as program continues on. Perhaps let programmers set the number of debug samples they want to capture?
Along the same lines, it would be helpful to scroll through the debug data so I can look for patterns, incorrect bits, and so on, in perhaps hundreds of debug messages. Now I can look only at the data displayed in the debug window. The capability to scroll back into early data might be useful. --Jon
Along the same lines, it would be helpful to scroll through the debug data so I can look for patterns, incorrect bits, and so on, in perhaps hundreds of debug messages. Now I can look only at the data displayed in the debug window. The capability to scroll back into early data might be useful. --Jon
Comments
One thing you can do for now is to put an IF/IFNOT statement at the start of a DEBUG command, in order to gate whether anything gets output or not. This way, you will only see messages that are important or, at least, probably important: