The error #6718 says: "Target source: %1 is NOT compiled", which means some classes or routine related to a target class is not compiled.
Try this command to re-load and re-compile all your classes
Do $SYSTEM.OBJ.LoadDir("path/to/your/classes", "ck",,1)
Additionally to DC AI bot suggested articles check this one
https://community.intersystems.com/post/debugging-101-your-first-breakpoint-and-tracing-variables-vs-code
- Log in to post comments

