Hi,
I have updated to KDB 3.5 and it seems (:) (next/return) does not work under debugging mode. I would expect it to continue in execution return empty if nothing is provided but seems to stuck. It worked before. Any suggestions?
Thank you.
Best regards,
Jakub M.H.
KDB+ 3.5 2017.03.15 Copyright (C) 1993-2017 Kx Systems
w32/ 8()core 4095MB Smart laptop-idfg8j2i 169.254.165.35 NONEXPIRE
Welcome to kdb+ 32bit edition
For support please see http://groups.google.com/d/forum/personal-kdbplus
Tutorials can be found at http://code.kx.com/wiki/Tutorials
To exit, type \
To remove this startup msg, edit q.q
\e 1
a:0
f:{ break; a::a+1}
f
q)'break
[1] f:{ break; a::a+1}
^
q))a
0
q)):
:
q))a
0