P
Peter Macej
I often need to test very simple code while I'm writing the program. And
I don't want to compile my whole application just to debug one line of
code. For example I want to see what "ABCD".replace("B", "X") returns.
I'm almost sure I saw an add-in that does this but I cannot find it
anywhere. It works similarly as Immediate window during debug time. It
popped the window where you can write VB expression and it returned the
result.
Do you know such add-in or macro (before I write my own)?
Thank you
I don't want to compile my whole application just to debug one line of
code. For example I want to see what "ABCD".replace("B", "X") returns.
I'm almost sure I saw an add-in that does this but I cannot find it
anywhere. It works similarly as Immediate window during debug time. It
popped the window where you can write VB expression and it returned the
result.
Do you know such add-in or macro (before I write my own)?
Thank you