I am new to kdb. and using sometimes q session thruws exceptions when i try to execute some queries. where the connection is already open from last day (more then 24 hours.). during my function writing i get an experience if some function threw error that create a } at console something like
q}} which is like in debug mode. i am using C# interface to work with kdb+.
when error comes in console.
'type
@
-1
(“A”;“p”;“p”;“r”;“o”;“v”;“e”;“d”;“:”;" ";“10000”)
q)) // in debug mode.
The question is how whould i know if i am already in debug mode. of Q session. ?
Thanks
J S