wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.61k stars 592 forks source link

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

Open dineshqmu opened 2 months ago

dineshqmu commented 2 months ago

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.

Arghnews commented 2 months ago

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