bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.68k stars 467 forks source link

Allow adding to the file prefix list taken from the env #247

Closed zwimer closed 1 year ago

zwimer commented 2 years ago

This can be useful when the library loads before the file paths are known.

For example, if this is being used in a library and the path information is only known by the parent process; without this the library would (by default) before main, before the main process could give this information.

In my use case, this is part of a native module to another programming language, the module is loaded when the native program loads, however, so the program does not have any time to inform backward of where the files.

zwimer commented 2 years ago

This message is to keep the PR from going stale.

zwimer commented 2 years ago

Is there anything I can do to help get this merged?

zwimer commented 1 year ago

@bombela What should I do to get this merged?

bombela commented 1 year ago

Just me being lazy, sorry. Thank you for your patience, your time, and your work.