Skip to main content

I am attempting to set a breakpoint in NX 5.1 on a line that is split across 2 lines. I get an "Invalid Statement" error.  I can do this quite well with NX 5.0.

I am attempting to set a breakpoint in NX 5.1 on a line that is split across 2 lines. I get an "Invalid Statement" error.  I can do this quite well with NX 5.0.

Can you show me what the statement looks like?

I tried this here with NX 5.1 and it seems to work fine for me...

This error usually indicates that the source and the .idy files are out of sync and you would need to recompile to generate a new .idy file.

Thanks.


I am attempting to set a breakpoint in NX 5.1 on a line that is split across 2 lines. I get an "Invalid Statement" error.  I can do this quite well with NX 5.0.

Oh thank you - that was it - i deleted all the IDY and INT files and rebuilt - the issue has gone away...!!!