Contact Details
@boriel
IDE version
All
What happened?
Debugging a code like this:
DIM a$ As String
LET a$ = "Hola"
LET a$ = a$ + " Mundo"
PRINT a$
do not shows up the value of a$ in the debugger.
But using just a works.
Error and Warning messages
Code of Conduct