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 debug information enabled

  2. Verify the build step that produced the .iplc container did not strip the debug section

  3. Confirm you are launching the debug build of the container, not a release build

  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.