#debugging

32 tools curated in this category — including ClassTrace Explorer, seedeep, ModelMRI

tech

Find on mySelectas all sites and tools related to debugging. This selection of 32 resources is reviewed and maintained by the community. The most popular include ClassTrace Explorer, seedeep, ModelMRI. Each tool comes with a review, tags, comparisons and alternatives to help you make the best choice.

32 tools
ClassTrace ExplorerNew
Editors, IDEs & Dev Tools🌐 EN

An open-source command-line tool that captures what happens when a Java program loads its classes at startup, and turns that into an interactive graph you can explore in a browser.

#java#open-source#cli-tool#debugging#profiling
github.com
📄 Full details →
👥 Target audience

Java developers and software architects debugging startup performance and class-loading/dependency structure

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
VisualVMJava Flight Recorder (JFR)JITWatch
🔗 Visit ClassTrace Explorer
seedeepNew
Monitoring & Observability🌐 EN

A dashboard that shows you exactly what Claude Code is doing in real time — every file it touches, every subagent it spawns, and how much each step is costing you in tokens.

#debugging#desktop-app#monitoring#open-source#observability
github.com
📄 Full details →
👥 Target audience

Developers who use Claude Code regularly and want visibility into token cost, latency, and subagent behavior.

🌍 Target countries

Global

🗣️ Available languages
ENGLISH
🔄 Alternatives
ccusageLangSmithHelicone
🔗 Visit seedeep
ModelMRINew
AI & Machine Learning🌐 EN

A local-first debugging tool that visualizes what's happening inside an AI model — attention, features, and agent steps — without cloud infrastructure.

#machine-learning#open-source#ai#debugging
github.com
📄 Full details →
👥 Target audience

Chercheurs et ingénieurs en machine learning ayant besoin d'interpréter le comportement interne de leurs modèles

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
TransformerLensBertViznnsight
🔗 Visit ModelMRI
dogNew
Editors, IDEs & Dev Tools🌐 EN

A command-line tool for looking up DNS records that's easier to read than the classic `dig`, with color output and support for encrypted DNS.

#cli#open-source#debugging#devops#free
github.com
📄 Full details →
👥 Target audience

Administrateurs système, ingénieurs DevOps, développeurs effectuant des requêtes DNS en ligne de commande

🌍 Target countries

International (projet open source)

🗣️ Available languages
EN
🔄 Alternatives
dignslookupdrill
🔗 Visit dog
witrNew
Editors, IDEs & Dev Tools🌐 EN

A free command-line tool that answers "what started this?" for any process, open port, running container or locked file, with a clear chain instead of scattered log digging.

#cli#terminal#open-source#devops#debugging
github.com
📄 Full details →
👥 Target audience

Administrateurs système, ingénieurs DevOps/SRE, équipes d'astreinte incident, développeurs déboguant des déploiements

🌍 Target countries

International (projet open source)

🗣️ Available languages
EN
🔄 Alternatives
lsofnetstatstrace
🔗 Visit witr
MCP State TwinNew
Editors, IDEs & Dev Tools🌐 EN

A testing framework that gives AI agents deterministic, forkable, stateful sandboxes — so you can run the same starting state through different tool-call sequences and compare results reproducibly.

#open-source#debugging#go#testing#ai-agents
github.com
📄 Full details →
👥 Target audience

Développeurs IA, chercheurs en agents, ingénieurs QA évaluant le comportement d'agents IA basés sur MCP

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
pytest avec fixtures personnaliséesJest snapshotsEnvironnements de test DockerCassettes VCR
🔗 Visit MCP State Twin
DeltixNew
Editors, IDEs & Dev Tools🌐 EN

Deltix is an AI agent platform that tests your iOS app by carrying out real user tasks described in plain English on a simulator, without writing test scripts.

#testing#ai-agents#mobile-development#automation#debugging
deltix.ai
📄 Full details →
👥 Target audience

Développeurs d'applications mobiles iOS et équipes QA cherchant à tester des parcours utilisateurs sans script

🌍 Target countries

Mondial

🗣️ Available languages
EN
🔄 Alternatives
AppiumXCUITestMaestro
🔗 Visit Deltix
hwatuNew
Editors, IDEs & Dev Tools🌐 EN

Lets a coding agent actually prove a UI change worked — by opening a prewarmed browser window in ~13ms and scoring the pixel difference — instead of the agent just claiming the fix looks right based on the code it wrote.

#ai-agents#testing#debugging#open-source#desktop-app
github.com
📄 Full details →
👥 Target audience

Développeurs utilisant des agents de code IA sur des changements UI, utilisateurs de window managers tuilés

🌍 Target countries

Mondial

🗣️ Available languages
EN
🔄 Alternatives
PlaywrightPuppeteerSelenium
🔗 Visit hwatu
PreloopNew
DevOps, Cloud & Infrastructure🌐 EN

Runs your GitHub Actions workflow on your own laptop in an isolated, disposable virtual machine that boots in under 200 milliseconds — so you can see if a change actually passes CI in seconds, without pushing a commit and waiting for a runner.

#testing#debugging#ci-cd#devops#automation
preloop.dev
📄 Full details →
👥 Target audience

Équipes dev utilisant des agents IA pour générer du code et ayant besoin d'une vérification CI rapide et fiable

🌍 Target countries

Mondial

🗣️ Available languages
EN
🔄 Alternatives
actJenkinsCircleCI
🔗 Visit Preloop
Sonar
Editors, IDEs & Dev Tools🌐 EN

A free command-line tool that shows you exactly what's running on your computer's localhost ports and lets you kill it, replacing the usual mess of lsof, ss, and manually hunting for stuck processes. Not to be confused with the SonarQube code-quality prod

#terminal#debugging#cli#open-source#devops
github.com
📄 Full details →
👥 Target audience

Développeurs qui tuent régulièrement des process bloqués sur des ports localhost pendant le dev

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
lsofsshtop
🔗 Visit Sonar
ProofShot
Editors, IDEs & Dev Tools🌐 EN

A tool that gives an AI coding assistant a pair of eyes: after it builds a feature, ProofShot opens a real browser, clicks through the feature, and hands you a video and screenshots proving it actually works.

#cli-tool#debugging#open-source#screen-recording#ai-agents
github.com
📄 Full details →
👥 Target audience

Développeurs utilisant des agents de code IA qui veulent une preuve visuelle que les changements d'UI fonctionnent réellement avant de merger.

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
PlaywrightPuppeteerPercy
🔗 Visit ProofShot
Cline
Editors, IDEs & Dev Tools🌐 EN

An open-source AI assistant that lives inside your code editor and can actually make changes across multiple files, run terminal commands, and fix its own mistakes — you approve each step, so it acts more like a careful junior developer than an autocomple

#ai-agents#ide#open-source#debugging#code-editor
cline.bot
📄 Full details →
👥 Target audience

Développeurs et équipes d'ingénierie de toute taille, y compris grandes entreprises

🌍 Target countries

Marché anglophone, adoption entreprise internationale

🗣️ Available languages
EN
🔄 Alternatives
GitHub CopilotContinueCursorOpenAI AssistantsAmazon CodeWhisperer
🔗 Visit Cline
Command Center
Editors, IDEs & Dev Tools🌐 EN

A workspace built for the new problem AI coding tools created: your AI assistant can write code faster than you can read it, so Command Center adds guided walkthroughs and diff explanations that help you actually understand and trust what got changed befo

#ide#ai#ai-agents#code-review#debugging
cc.dev
📄 Full details →
👥 Target audience

Ingénieurs logiciels et équipes de développement utilisant des assistants de code IA

🌍 Target countries

Marché anglophone, pas de ciblage géographique visible

🗣️ Available languages
EN
🔄 Alternatives
CursorCodexClaude CodeOpenCode
🔗 Visit Command Center
WhatCable
Editors, IDEs & Dev Tools🌐 EN

A macOS menu bar app that tells you exactly what a USB-C cable can (and can't) do, and diagnoses why your Mac isn't charging or transferring data at full speed.

#desktop-app#open-source#debugging#cli-tool
github.com
📄 Full details →
👥 Target audience

Utilisateurs Mac cherchant à diagnostiquer un chargement/transfert lent, pros IT gérant un parc de Mac

🌍 Target countries

Mondial

🗣️ Available languages
ENFR+17 AUTRES
🔄 Alternatives
macOS System Information (natif)Testeurs USB-C matériels dédiés
🔗 Visit WhatCable
GitNexus
Editors, IDEs & Dev Tools🌐 EN

A tool that pre-reads your entire codebase and builds a map of how every file and function connects, so an AI coding assistant can find the right piece of code instantly instead of having to search through your whole project every time.

#ai-agents#self-hostable#privacy#open-source#debugging
gitnexus.vercel.app
📄 Full details →
👥 Target audience

Équipes de développement et déploiements d'agents IA ayant besoin d'une compréhension structurelle précise du code

🌍 Target countries

Mondial

🗣️ Available languages
EN
🔄 Alternatives
Code-Review-GraphRecherche full-text classique dans l'IDE
🔗 Visit GitNexus
Dadroit V Web
Editors, IDEs & Dev Tools🌐 EN

Drop a huge JSON file into your browser tab and browse it like a folder tree — nothing gets uploaded anywhere, so it's safe even for sensitive data.

#free#debugging#api#web-app#documentation-tool
dadroit.com
📄 Full details →
👥 Target audience

Développeurs et professionnels qui inspectent régulièrement des réponses d'API ou des exports de données, notamment sensibles

🌍 Target countries

International

🗣️ Available languages
EN
🔄 Alternatives
JSON Viewer (navigateur intégré)jsonviewer.stack.huDadroit JSON Viewer (desktop)
🔗 Visit Dadroit V Web
Replay QA
Editors, IDEs & Dev Tools🌐 EN

An AI tool that quietly clicks around your web app like a real visitor, then tells you exactly what broke — and where — before your actual users find out.

#testing#debugging#ai#ai-agents#web-development
replay.io
📄 Full details →
👥 Target audience

Fondateurs solo, petites équipes et équipes d'ingénierie qui shippent vite (souvent avec des outils de code IA) et n'ont pas le temps d'écrire une suite de tests à la main

🌍 Target countries

Monde

🗣️ Available languages
EN
🔄 Alternatives
CypressPlaywright (manuel)Sentry
🔗 Visit Replay QA
Archal
AI & Machine Learning🌐 EN

Testing environment that gives AI agents realistic, stateful clones of GitHub, Slack, Stripe and other SaaS tools so bugs get caught before production.

#api#debugging#ci-cd#testing#ai-agents
archal.ai
📄 Full details →
👥 Target audience

Teams building AI agents that take real actions against third-party SaaS APIs (GitHub, Slack, Stripe, Linear)

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
mablWireMockMock Service Worker
🔗 Visit Archal