tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Failure reasons should be more detailed

Open Geod24 opened this issue 2 years ago • 0 comments

The list of failure reasons can be seen here: https://github.com/wolfpld/tracy/blob/14392a6e0e74d665042e55dda610a5a5bdbbc054/server/TracyWorker.cpp#L8435-L8449

It can be pretty hard to figure out where one made a mistake, as the error is generic and doesn't include the actual value that was faulty. Examples are zones ended multiple times (no zone name), memory free / allocation without a pointer value, or what the invalid offset is.

Geod24 avatar Dec 07 '21 22:12 Geod24