Jeremy Rifkin
Jeremy Rifkin
Alright, I was able to find a better solution that's simpler, more efficient, and works on msvc. It's more similar to the hack you found with setting the trace switch...
I've released the next version of cpptrace with this functionality
I have a little FUD about this leading to code (intentionally) behaving differently inside CE vs outside and confusion around that etc. In general we really want CE to behave...
Path shortening is implemented. I have also added an option to do some prettifying of symbols (things like `foo(std::vector)` -> `foo(std::vector)`). Parameter / template parameter filtering will be difficult to...
> Parsing function names from symbols is pretty much a lost cause in the general case, there's just too much room for divergence in implementations and there are also ambiguous...
I'm going to close as complete for now
I've started looking into adding support for this. The main issue would be parsing the result from `emscripten_get_callstack` and I don't have as much confidence in doing this as I'd...
Thanks for opening this, in general I'd be happy to support anything people would find useful. The CMake setup for this library does a ton of heavy lifting to figure...
I see why bazel can be appealing. One feature of this library that has been important to me is being as close to zero configuration as possible, which cmake handles...
+1, would be nice to see this fixed.