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 ironplcc compile
Confirm the
.iplccontainer was produced by ironplcc and not by another toolConfirm the container was not modified after compilation to remove the debug section
Run the program with ironplcvm instead 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.