@madscijr Regarding your reply #130 (this thread)
A number of forum members would welcome the feature of an immediate window, but despite request for same it would seem it is not going to happen with the developers.
If you refer to the following replies from me:-
https://www.qb64.org/forum/index.php?topic=3947.30 see reply #34
https://www.qb64.org/forum/index.php?topic=1839.msg110823#msg110823 see reply #2
https://www.qb64.org/forum/index.php?topic=2276.msg116118#msg116118 see reply #8
I had experimented with dual instances of QB64 to simulate TRON-TROFF, breakpoints, watchpoints etc (from very old BASIC days) - and in principal an "immediate window" within the program (i.e. second instance BLOATED program) may, with care, give useful capability comparable to a true intermediate window. It is "messy" but with programming care it can be automated into programs (i.e. BLOAT original program (in instance #1), auto-insert TRON-TROFF flags, breakpoints, watchpoints, immediate window sort-of capability, logs, parsing original and replace with alternative code, etc. - and then UNBLOATING to recreate the original program after debugging/developing (in instance #2))
Of course, a cheap and nasty solution is to simply open up a "new instance" of QB64 to quickly test a snippet of code but of course it may not be so convenient in many cases because certain events/values may be required beforehand.
I have never used any version of MS Office or accessories etc but in MS PDS 7.1 (30 year old BASIC) it still has very important and useful features (such as immediate window, etc) which despite calls is still lacking in QB64.
For me, I may apply this technique (in the BLOATED program) to in "parallel" with the math code of instance #1, simultaneously check all calculations etc with 128 bit computations and auto-insert relevant comments generated by instance #2 into the instance #1 (UNBLOATED) program.