You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using your Whitespace interpreter from time to time, since it's debugger option is very useful. But since about halve a year ago, your Whitespace interpreter has became buggy unfortunately, making it close to unworkable.
One main issue is that copy-pasting isn't registered. I usually write out my Whitespace programs elsewhere, and then copy-paste it into your interpreter to debug it and fix issues. But now when I copy-paste, the interpreter doesn't trigger at all, even if I type anything after it.
If I start with a blank file and start typing everything out manually it works, ok-ish. But if I then remove a command somewhere, the interpreter-list at the right side still sees this removed command.. (e.g. I had just typed out everything, started debugging, and noticed I had a drop command too many in my code, so I removed it. But after debugging again, that removed drop command was still there in the rightpane, and therefore also the debugger.)
I'm not sure what changed, but could you please fix these issues.