tracy
tracy copied to clipboard
Tracy profiler - unable to connect to Client - "waiting for connection"
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.
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.
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