awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
philip82148 avatar

philip82148/cpp-dump

0
View on GitHub↗
381 stars·15 forks·C++·MIT·7 views

Cpp Dump

A C++ library for debugging purposes that can print any variable, even user-defined types.

Features

  • Testing and Benchmarking - Debugging library for printing complex types.
  • Testing and Debugging - Debugging library for printing variables and types.

Star history

Star history chart for philip82148/cpp-dumpStar history chart for philip82148/cpp-dump

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does philip82148/cpp-dump do?

A C++ library for debugging purposes that can print any variable, even user-defined types.

What are the main features of philip82148/cpp-dump?

The main features of philip82148/cpp-dump are: Testing and Benchmarking, Testing and Debugging.

What are some open-source alternatives to philip82148/cpp-dump?

Open-source alternatives to philip82148/cpp-dump include: catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. bombela/backward-cpp — backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed… boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17). cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! dascandy/hippomocks — Hippomocks.

Open-source alternatives to Cpp Dump

Similar open-source projects, ranked by how many features they share with Cpp Dump.
  • boostorg/testboostorg avatar

    boostorg/test

    209View on GitHub↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    View on GitHub↗209
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    View on GitHub↗20,198
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    View on GitHub↗4,285
  • cobaltfusion/debugviewppCobaltFusion avatar

    CobaltFusion/DebugViewPP

    1,251View on GitHub↗

    DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

    C++
    View on GitHub↗1,251
  • See all 30 alternatives to Cpp Dump→