Skip to main content
Glama

Ultra Debugger

by alfi-j

Ultra Debugger CLI

Ultra Debugger is a command-line tool for debugging code and analyzing performance.

Prerequisites

  • Node.js version 18 or higher

Installation

npm install

Usage

# Debug a code snippet node src/cli/ultra-debugger-cli.js debug "console.log('hello world');" javascript # Analyze code performance node src/cli/ultra-debugger-cli.js analyze "for(let i=0;i<1000000;i++){}" # Debug a file node src/cli/ultra-debugger-cli.js debug-file path/to/your/file.js

Or use the npm script:

npm start

Or:

npm run cli debug "console.log('hello world');"

CLI Commands

  • debug <code> [language] - Debug a code snippet

  • analyze <code> [metrics] - Analyze code performance

  • debug-file <file-path> [language] - Debug a file

Examples

# Debug JavaScript code node src/cli/ultra-debugger-cli.js debug "function add(a,b){return a+b;}" javascript # Analyze performance with specific metrics node src/cli/ultra-debugger-cli.js analyze "for(let i=0;i<1000000;i++){}" memory cpu # Debug a JavaScript file node src/cli/ultra-debugger-cli.js debug-file example.js
Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Enables comprehensive JavaScript code analysis and debugging using ESLint and custom pattern matching. Identifies syntax errors, potential bugs, code quality issues, and provides actionable fix suggestions for single files or entire projects.

  1. Prerequisites
    1. Installation
      1. Usage
        1. CLI Commands
          1. Examples

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/alfi-j/ultra-debugger'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server