I’ve gotten to like the Vizy app dev environment, but one thing is fairly annoying. I’m a horrible Python programmer and make frequent syntax mistakes. I have the Console open to see the rather judgmental (IMO) Python error messages spew forth when I restart the app I’m working on from the browser. When my app suffers the inevitable syntax error, the Vizy environment proceeds to load the default app (Birdfeeder) instead. When the default app starts it spews 100’s of lines of info messages to the Console which forces me to scroll back those 100’s of lines to see my desired error message(s).
If I set my app to be the default app, the errors just keep whipping across the console in an endless loop as the environment tries to restart my failed app.
It’d be nice if there was some kind of option in the dev environment to just STOP on a failed execution.
Sorry in advance for whining