DEBUGIN on Chrome IDE and Chromebook IDE
kschmidt526
Posts: 1
I am a teacher using Stamps in my classroom. I recently have started having students use their chromebooks with the parallax ide, but I cannot get the IDE to accept an input from the keyboard, using the DEBUGIN command. It works perfectly fine in the basic stamp editor. It will show output from a DEBUG command. Here is the chunk of code that can't get past...
debug "Player 1 - Enter a number between 1 and 10",CR 'CR means carriage return (ENTER) debugin DEC number
Again, it works fine in the basic stamp editor