Unable to debug

Hi,

To debug when I put DBG("*****") and expect it to appear in Immedaite Window then it doesn’t appear. All I can see is Exception thrown - The RPC server is unavailable.

When I use breakpoint then it also doesn’t hit. The message on breakpoint is ‘The breakpoint will not currently be hit. No symbols have been loaded for this document’.

In Producer, project settings Debug Mode is ‘Enabled’.

Please help me find how can I make DBG or Breakpoint work.

Screenshot is attached.

I found the problem. I was running the project in Release mode in VS. After changing it to Debug mode debugging started work as expected.