Debugging without Libraries

Hi everyone,
I have a doubt, is it possible to debug a programm without Libraries added by a colleague in another computer? The case i have is that someone already write the programm to the PLC (AXCF 2152) and run it. And he delivers to me the same programm so i can debug it too, without spending time searching, downloading and adding those libraries.
I want to know because if it is possible i want to apply the same logic but now via VPN. Accesing remotely to the PLC, with a programm prevously writed, and debug it without the necessity of having the required libraries.
Thank you

is it possible to debug a programm without Libraries added by a colleague in another computer?No.
he delivers to me the same programm so i can debug it too, without spending time searching, downloading and adding those libraries.If your colleague delivers the PLCnext Engineer project using the “File → Archive Project As…” menu, then they can choose to include the libraries with the project. Then you don’t need to search for those libraries yourself.
i want to apply the same logic but now via VPNYou’re right, the requirements for debugging are no difference if the PLCnext Control device is on a local or a remote network.

Thank you so much!
Now im interested in knownig how to debug the programm without writing (write and start Project) to the PLC (AXCF 2152). I search the PLC in “online controllers” then only compiled it (Project ->Rebuild) Fig 1. Later, I establish connection (connect/disconnect) Fig 2. Finally, select “Debug On/Off” but it doesnt allowed me to debug.
image.png Fig1.- Rebuild projectimage.png Fig 2.- Connection established
It appears the next message Fig 3:
image.png Fig 3.- Messages after try debugging
“There is a different project on the device” but, we actually have 2 computer connected to the PLC for tests. In the 1st computer we uploaded the programm (write and start Project). And in the 2nd computer we are trying only to debug without writing.
It is not possible to debug without writing? What I’m doing wrong?
To apply later the same logic but remotely via VPN using mGuard secure Cloud and Shrew Soft.
Thanks