awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scottt avatar

scottt/debugbreak

0
View on GitHub↗
676 نجوم·82 تفرعات·Python·BSD-2-Clause·4 مشاهدات

Debugbreak

debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debugbreak()**: ```C #include #include "debugbreak.h"

Features

  • Debugging and Logging - Programmatic debug break.

سجل النجوم

مخطط تاريخ النجوم لـ scottt/debugbreakمخطط تاريخ النجوم لـ scottt/debugbreak

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Debugbreak

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Debugbreak.
  • folke/snacks.nvimالصورة الرمزية لـ folke

    folke/snacks.nvim

    7,747عرض على GitHub↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Lua
    عرض على GitHub↗7,747
  • an-dr/micrologالصورة الرمزية لـ an-dr

    an-dr/microlog

    170عرض على GitHub↗

    Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety via external locking injection - Customization - only data you need - Extensible - add your own features via public API, set of predefined extensions - Support for embedded…

    C
    عرض على GitHub↗170
  • devbis/micropython-aiosentryالصورة الرمزية لـ devbis

    devbis/micropython-aiosentry

    10عرض على GitHub↗

    Here is a class for sending an exception with stacktrace from your micropython instance to Sentry.

    Python
    عرض على GitHub↗10
  • agners/sht15loggerالصورة الرمزية لـ agners

    agners/sht15logger

    0عرض على GitHub↗

    Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1).

    Python
    عرض على GitHub↗0
عرض جميع البدائل الـ 14 لـ Debugbreak→

الأسئلة الشائعة

ما هي وظيفة scottt/debugbreak؟

debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debugbreak(): ```C #include #include "debugbreak.h"

ما هي الميزات الرئيسية لـ scottt/debugbreak؟

الميزات الرئيسية لـ scottt/debugbreak هي: Debugging and Logging.

ما هي البدائل مفتوحة المصدر لـ scottt/debugbreak؟

تشمل البدائل مفتوحة المصدر لـ scottt/debugbreak: folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core… an-dr/microlog — Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety… devbis/micropython-aiosentry — Here is a class for sending an exception with stacktrace from your micropython instance to Sentry. emilk/loguru — A lightweight C++ logging library. agners/sht15logger — Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1). agners/scd30logger — CO2, Humidity and Temperature Logger using Sensirion SCD30 written in Python 3 for MicroPython. Continously logs date,…