07-27-2016 09:13 AM
Hi,
I'm working with a cRIO 9035 and LabVIEW 2015 SP1, suddenly there are pieces of my code where I cannot place breakpoints and they appear greyed out, in addition the debugging does not work at all in those VIs (see the picture for mo information).
Has anyone seen something similar before?
07-27-2016 11:05 AM
Right click the VI Icon -> VI Properties -> Execution. Check "Enable debugging".
07-27-2016 12:01 PM
Please, do not attach a picture (which can be difficult to view, and impossible to click on or execute) -- attach the actual VI so we can "see for ourselves" and "try to make it work".
Bob Schor
07-27-2016 03:27 PM
Hi,
Thank you, I have already found the solution, it seemed to ba an insane object, it happens (from time to time) when you separete the compiled code from source code and share code between host an RTs. I fixed it by clicking ctrl+run.