backward-cppv2023-11-24
- Updated
A beautiful stack trace pretty printer for C++
- Project website: https://github.com/bombela/backward-cpp
#Usage
backward-cpp provides CMake targets:
find_package(Backward CONFIG REQUIRED)
# To use the header library
target_link_libraries(main PRIVATE Backward::Interface)
# To use the prebuilt library
target_link_libraries(main PRIVATE Backward::Backward)#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Francisco Facioni
Kai Pastor
endingly