Hello,
I get following error message when trying to set a breakpoint within one particular source file. I can set breakpoint in other source files.
No compilation unit matching "C:/ModifiedScanner/Software/Source/Gen6FoundationApp/libraries/G6_Configuration/SSDImageMenuSettings.cpp" was found.
Any idea of what to look for?
Hi there,
Can you set a breakpoint on the particular function of interest from the command line ("break func"), else via the Functions pane (Window -> Show View -> Functions if not open). Similarly, from the Functions pane, right click -> show source, does that jump to this source file correctly?
I suspect that there is a pathing issue for some reason. There is a set-substitute-path command if needed to redirect the debugger to the correct location of the source file.
Hope that helps, if you need further info, I recommend you raise a support case.
Ronan