Category "kdb"

Why does the debugger in KDB sometimes not show in 'interactive' mode?

I've got a function where I'm throwing a deliberate error to pause execution and enter interactive debug. I have set \e 1. When the KDB REPL encounters it, it p

Unlist a singleton list to an atom in kdb

Many times I come across a singleton list like ,1b ,0Nd and in order to convert the singleton list to an atom I always use first operator. Example: q)a: e