V6009¶
- Code
V6009
- Message
Container was compiled without debug information
The debugger loaded the container, but it has no debug section, so there is no source-line or variable-name information to debug against. The container was compiled without debug information.
Solutions¶
Recompile the source program with debug information enabled
Verify the build step that produced the
.iplccontainer did not strip the debug sectionConfirm you are launching the debug build of the container, not a release build
Run the program with
ironplcvminstead if source-level debugging is not required
Think IronPLC is wrong about this?
If you believe this diagnostic is incorrect, open an issue on GitHub with a small sample that demonstrates the problem.