Debugging remote project references

Hi,
I have a project with a number of remote project references. I want to set breakpoints in that code. How would I go about doing that ?

Cheers,
John

Best to turn off “strict breakpoints paths” in preferences, if not already off, and then use Add Breakpoint to add a breakpoint by specifying a file name and line number or (more fiddle to get right) a method name (in objc syntax, if that’s your platform).

Once you hit the first BP and the source file is open and you step around, you can ofc add additional breakpoints the traditional way.

Thanks. That worked really well.

1 Like