tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Tracy profiler - unable to connect to Client - "waiting for connection"

Open dineshqmu opened this issue 10 months ago • 1 comments

Hi Team,

I am trying to build Tracy Server and Client using the "Quick start" guide from Tracy Profile user manual in the below link https://github.com/wolfpld/tracy/blob/master/README.md

After successful build of "Tracy-release" (server) and client integrated executable - a.out (application + client).

I try to start the server with the local host address (127.0.0.1) in the server GUI --> which shows "waiting for connection" message. image

And i don't see any action from server side when i try to run the client integrated executable (a.out) and still shows waiting for connection message.

can anyone please help provide insight of what's happening in my scenario or if i am missing any steps in the flow.

Thanks a lot.

dineshqmu avatar Apr 15 '24 11:04 dineshqmu

Have you got #include "tracy/Tracy.hpp" in your includes Have you got ZoneScoped; somewhere I needed both of these before it worked for me

Arghnews avatar Apr 21 '24 01:04 Arghnews