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

  1. Recompile the source program with ironplcc compile

  2. Confirm the .iplc container was produced by ironplcc and not by another tool

  3. Confirm the container was not modified after compilation to remove the debug section

  4. 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.