MacBS2 Debug Screen
Are some DEBUG functions disabled?
It looks like DEBUG CRSRXY is not working.
Reference statements:
penguin_realtime_dataplotter.bpx
It looks like DEBUG CRSRXY is not working.
Reference statements:

Comments
The failed statement is
[COLOR=#103ffb][B]DEBUG[/B][/COLOR] [COLOR=#103ffb][B]CRSRXY[/B][/COLOR], 20, 14, "*"
It fails to tab to the right 20 spaces.
The * will only display in the first column.
Is there any way to fix the error?
New DEBUG Control Characters
Note: These new control characters may only work properly within the BASIC Stamp development system, and not with external applications (i.e., HyperTerminal). The number in parenthesis is the numeric value of the string constant.
[FONT=sans-serif][FONT=courier new]CRSRXY (2)[/FONT][FONT=courier new] Move to cursor to X, Y (X[/FONT][FONT=courier new] byte and Y[/FONT][FONT=courier new] byte follow command)[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSRLF (3)[/FONT][FONT=courier new] Move cursor position left[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSRRT (4) [/FONT][FONT=courier new]Move cursor position right[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSRUP (5)[/FONT][FONT=courier new] Move cursor position up one line[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSRDN (6)[/FONT][FONT=courier new] Move cursor position down one line[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]LF (10)[/FONT][FONT=courier new] Linefeed character[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CLREOL (11) [/FONT][FONT=courier new]Clear all characters to the end of current line[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CLRDN (12)[/FONT][FONT=courier new] Clear all characters from the current position to the end of window[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSR[/FONT][FONT=courier new] X (14)[/FONT][FONT=courier new] Move to cursor to column X (X[/FONT][FONT=courier new] byte follows command)[/FONT][/FONT] [FONT=sans-serif][FONT=courier new]CRSRY (15)[/FONT][FONT=courier new] Move to cursor to line Y (Y[/FONT][FONT=courier new] byte follows command[/FONT] [/FONT]