The following code, when run from a terminal, brings me in debug mode:
foo:{
out:x+2;
'`HELLO + 6;
:out}
foo 50
When I run this in qStudio, however, this just fails and it seems to exit the function. Does qStudio support debug mode? if so, how can I get into a mode that allows me to inspect/manipulate the variables within that function?