V6008¶
- Code
V6008
- Message
Launch request did not specify a program container path
The Debug Adapter Protocol launch request did not include a program
path, so the debugger has no bytecode container to load and run.
Solutions¶
Ensure the launch configuration sets
programto a compiled.iplccontainerIn VS Code, check the
programfield of the IronPLC debug configuration inlaunch.jsonConfirm the path is a string and is not empty after variable substitution
Recompile the source program if the
.iplccontainer has not been produced yet
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.