Debugging a PolicyCenter server that is running outside of Studio
Instead of running PolicyCenter within the Studio debugger, you can have the debugger connect to a PolicyCenter server that is running outside of Studio. The debugger can connect to a PolicyCenter server running either on the local computer or on a remote computer.
You must choose one of the following ways for Studio to connect to the server:
Connection type |
Description |
See |
|---|---|---|
shared memory |
Connects Studio to a server running on the same computer; faster than a socket connection. |
Debugging a PolicyCenter server using a shared memory connection |
socket |
Allows Studio to connect to a server running on a remote computer; slower than a shared memory connection. |
