09-21-2023, 10:33 PM
(09-21-2023, 12:40 PM)grymmjack Wrote: Awesome. I abuse the crap out of `console` in web development. This is a great addition!Interesting you mention that... The way it is implemented, if you export your program to a standalone html/js, all the calls to console will be written to the actual browser console. That way you can still do some basic debugging in the exported version.
(09-21-2023, 12:40 PM)grymmjack Wrote: Are you open to suggestions on extending in the future? Like adding a `console.dir` to dump our QB vars and objects and things?Always open to suggestions! That's a very interesting idea. Let's add it to the list. I'm also realizing now that it would be nice to have a Console.Show and Console.Hide so that you have programmatic access to display the console window.