TypeScript Debugger

Open-source TypeScript projects categorized as Debugger

Top 18 TypeScript Debugger Projects

  • gdbgui

    Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

    Project mention: Seer - a new gui frontend to gdb/mi (Updated v1.7) | reddit.com/r/cpp | 2022-07-07

    how does it compare to https://github.com/cs01/gdbgui?

  • vscode-go

    Go extension for Visual Studio Code (by golang)

    Project mention: How to disable the automatic syntax checking in the Go extension in VS Code? | reddit.com/r/golang | 2023-05-20

    A quick search of the settings turns up go.languageServerExperimentalFeatures, which links to https://github.com/golang/vscode-go/issues/50

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • vscode-react-native

    VSCode extension for React Native - supports debugging and editor integration

    Project mention: Rant on react native | reddit.com/r/reactnative | 2023-05-20

    Every time I turn on 'debug from remote,' the FPS drops to 2-3 FPS. I believe it's a known issue as well, which you can find more information about here.

  • vytal-extension

    Browser extension to spoof timezone, geolocation, locale and user agent.

    Project mention: JavaScript fingerprint reveal real location even when using TOR or VPN | reddit.com/r/CKsTechNews | 2022-06-16
  • Spector.js

    Explore and Troubleshoot your WebGL scenes with ease.

    Project mention: What's your go to platform for developing with WebGPU? | reddit.com/r/webgpu | 2022-09-30
  • vscode-php-debug

    PHP Debug Adapter for Visual Studio Code 🐞⛔

    Project mention: LSP + debugging PHP | reddit.com/r/emacs | 2022-09-01

    Yes looks like this is related to https://github.com/xdebug/vscode-php-debug the max_data settings, so it should be configured under felixfbecker.php-debug

  • react-native-network-logger

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • code-debug

    Native debugging for VSCode

    Project mention: Debugging GameBoy Advance (GBA) programs/games in Emacs | dev.to | 2022-10-11

    We will use dap-mode with the dap-gdb-lldb option here. Under the hood, it uses the debug adapter from the Native Debug VSCode extension. Configuring it is described on the dap-mode webpages. After we have configured dap-mode, we could in theory reuse the launch.json configurations from the VSCode related articles above. That will require that you also use lsp-mode, as dap-launch depends on the lsp-workspace-root function and will not resolve when lsp-mode is not used. I don't use lsp-mode with C (company-clang and company-c-headers provide what I need), so the next logical solution would be to create a debug template ourselves:

  • ethereum-graph-debugger

    Ethereum solidity graph plain debugger. To have the whole picture when debugging.

  • VSCode-R-Debugger

    R Debugger Extension for Visual Studio Code

  • vscode-fortran-support

    Fortran language support for Visual Studio Code

    Project mention: Looking for FORTRAN IDE recommendations & advice. | reddit.com/r/pop_os | 2022-11-26
  • vscode-rdbg

    VSCode Ruby rdbg Debugger

    Project mention: Intro to Trace Inspector that displays Ruby trace logs with pretty UI | dev.to | 2023-05-24

    Trace Inspector, a tool that displays Ruby trace logs with pretty UI while debugging in VS Code, has recently landed in debug.gem. debug.gem is a Ruby standard debugger library and the default debugger in Rails. Since debug.gem supports VS Code, you can debug Ruby programs in vscode-rdbg.

  • free-omnisharp-vscode

    Free (as in freedom) fork of the official vscode C# extension

    Project mention: Proprietary Environments are a Trap | reddit.com/r/programming | 2022-09-22

    My understanding is that I can install VSCodium and that they have many of the most popular extensions available. They even seem to have an alternative for the C# debugger. I could also use VSCodium and manually install the Microsoft extensions from the distributed VSX files.

  • solid-dev-tool

    A SolidJS signal tracking dependency & structural visualizer developer tool

    Project mention: Testing in SolidJS | dev.to | 2022-11-16

    A team and I built an NPM package that can be installed into any SolidJS application to help visualize your signals and how they communicate. I wanted to test if the components would render during the development stage. I found Solid’s testing library and proceeded to follow the steps.

  • dbgr

    Lightweight debugger for Node.js

  • puppeteer-extension-transport

    Use puppeteer in your browser extension

  • esolang-park

    An online visual debugger for esoteric languages

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-24.

TypeScript Debugger related posts

Index

What are some of the best open-source Debugger projects in TypeScript? This list will help you:

Project Stars
1 gdbgui 9,240
2 vscode-go 3,393
3 vscode-react-native 2,511
4 vytal-extension 1,566
5 Spector.js 1,041
6 vscode-php-debug 722
7 react-native-network-logger 372
8 code-debug 346
9 ethereum-graph-debugger 332
10 VSCode-R-Debugger 140
11 vscode-fortran-support 134
12 vscode-rdbg 128
13 free-omnisharp-vscode 64
14 solid-dev-tool 59
15 dbgr 44
16 puppeteer-extension-transport 29
17 esolang-park 29
18 base.link 6
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
codium.ai