Ce contenu n’est pas disponible dans votre langue préférée.

Le contenu est disponible dans une autre langue. Votre navigateur peut inclure des fonctionnalités qui vous aideront à traduire le texte.

LabWindows CVI Debugger Jumping to Incorrect Code Lines When Doing Remote Debugging

Updated Dec 18, 2022

Reported In

Software

  • LabWindows/CVI

Issue Details

When remotely debugging a LabWindows CVI executable or DLL, the debugger is showing an execution line that is not in the correct place. 
 

Solution

This is commonly caused by the version of the code running on the remote machine not matching the version of the code in your local debugging window.

  • If you have made a modification to the code locally, ensure you have rebuilt the program and updated the files on the remote machine.
  • If you have not modified the code locally, ensure there are not multiple copies of the DLL or application on the remote machine. It is possible that the remote machine is running an older version of the DLL/executable.