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 मेनू बार कस्टमाइज़र और प्लगइन-आधारित स्थिति मॉनिटर है जो निष्पादन योग्य स्क्रिप्ट और शेल कमांड के आउटपुट को सीधे सिस्टम मेनू बार में प्रदर्शित करता है। यह एक शेल स्क्रिप्ट डैशबोर्ड के रूप में कार्य करता है, जो रीयल-टाइम डेटा और स्क्रिप्ट परिणामों को इंटरैक्टिव मेनू आइटम और ड्रॉपडाउन के रूप में रेंडर करता है। यह प्रोजेक्ट एक ऑटोमेशन इंटरफेस के रूप में कार्य करके खुद को अलग करता है जो कार्यों को ट्रिगर करने और स्थिति संकेतकों को अपडेट करने के लिए सिस्टम शॉर्टकट और बाहरी 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.