Bartosz Taudul
Bartosz Taudul
> This is with latest version on github 0.8.4 compiled with vs2019 This is not actionable without an exact revision.
I have made a brief look at this and there's nothing obvious which would cause such behavior. The `GetCallstack( lcv )` access should be only performed on indices that have...
This is what I have specifically checked for. There does not seem to be a code path where an index is created with no backing data.
I will need some explanation for what this is.
I do not understand the point of this. The existing cmake/meson integrations are meant to enable one-liner enablement of Tracy in external projects. But what is the point of building...
The memory allocator has been updated on master. Please check if the issue still persists and reopen if it does.
The CI system builds the server for each push, which you can then download, for example here: https://github.com/wolfpld/tracy/actions/runs/3031582866 (click on artifact).
You are using `exit()`, right? What happens when you replace it with `try`/`catch` pair and then return from `main()` instead?
Hi, Is there an estimate when we can have this implemented? I have hacked an effective equivalent of this feature with `SetCursorScreenPos()`, but I would like to just set one...
In `dwarf_lookup_pc` control reaches `filename = ln->filename;` line, which sets the actual file name value returned by the function. The `ln->filename` value is `../test.cpp`. This is the only relevant field...