Debugging - Return not functional in KDB 3.5

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

Hi Jakub,

please re-download to try the latest release of 3.5. (:) has been back since 2017.04.10

thanks

Hi Pierre I downloaded  latest version KDB+ 3.5 2017.06.15 Copyright (C) 1993-2017 Kx Systems .

The problem persists in spite of brackets that it gives me when entering return (:) command. But it does not continue as expected.

q)'break

  [1]  f:{ break;  a::a+1}

           ^

q))a

()

0

q)):

()

:

q))a

()

0

this looks like q.k version mismatch. could you check if your q.k is from the same .zip as the binary?

yes this solves problem thank you