2 مستودعات
Capability to launch execution results or logs in a terminal emulator for developer interaction.
Distinct from CLI Script Execution: Candidates focus on startup scripts or termination, not launching execution results in a terminal for debugging.
Explore 2 awesome GitHub repositories matching development tools & productivity · Terminal Debugging Integrations. Refine with filters or upvote what's useful.
SwiftBar هو مخصص لشريط قائمة macOS ومراقب حالة قائم على الإضافات يعرض مخرجات النصوص البرمجية القابلة للتنفيذ وأوامر shell مباشرة في شريط قائمة النظام. يعمل كلوحة تحكم لنصوص shell، حيث يعرض البيانات في الوقت الفعلي ونتائج النصوص كعناصر قائمة تفاعلية وقوائم منسدلة. يتميز المشروع بالعمل كواجهة أتمتة تتكامل مع اختصارات النظام ومخططات URL الخارجية لتفعيل الإجراءات وتحديث مؤشرات الحالة. ويدعم تثبيت النصوص التي أنشأها المجتمع وتعبئة أصول الإضافات المعقدة في مجلدات محلية. يغطي النظام مجموعة واسعة من الإمكانيات، بما في ذلك العرض القائم على البيانات الوصفية للخطوط والألوان، والاستطلاع القائم على الفواصل الزمنية وبث البيانات في الوقت الفعلي، ودمج عروض الويب المضمنة داخل واجهة القائمة. كما يوفر وصولاً إلى متغيرات البيئة للمنطق الديناميكي ويسمح بتشغيل نتائج تنفيذ النصوص في محاكي طرفية لتصحيح الأخطاء.
Opens script execution results in a configured terminal emulator to simplify debugging.
This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi
Hooks into terminal commands and scripts at startup to launch debugging sessions instantly.