Trying to debug a project using LabWindows 8 & Test Executive ver. 2.
The test exective will not run in debug mode using *.c files, it always tries to loads the *.obj files.
I moved the *.obj files out of the directory and test exec gives me "file not found" err msg and list
the obj files.
Reading the test exec manual says that if the *.C files are present in the project.
the test executive will run those instead of *.obj files.
I'm trying to port a project to LW8 that still works in LW5 using Test exec ver. 2
Any help is appreciated