Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of Salesforce Debug Pro

Salesforce Debug Pro by Harshit Saxena

Debug Salesforce like a pro. Instant N+1 query detection, real-time governor limits tracking, smart multi-org management with one-click login. Built for Apex developers.

0 (0 reviews)0 (0 reviews)
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
The Salesforce Org Credentials Manager. Features an "Add" button to save new org credentials, search bar, "Recently Used" section showing the most recently connected org with a "Connected" badge, and grouped credentials in collapsible sections (e.g., "Personal"). The "Reconnect"Quick access links to common Salesforce Setup pages. Links are organized in collapsible categories: Automation, Objects & Fields, Security, Jobs & Queues, Development, Monitoring, Users, and Integrations. Each category shows a count of available links. Clicking any link opens thaBookmarked logs for later reference. Shows saved log entries with their operation name, save timestamp, file size, and original execution time. Each bookmark has edit (pencil) and delete (X) actions. A trash icon allows clearing all bookmarks.Governor limits visualization showing resource usage. Displays DML Statements (1/150), DML Rows (3/10000), CPU Time (0/10000ms), Heap Size (0/6MB), and Callouts (0/100) with progress bars and percentage indicators.Complete governor limits dashboard. Summary cards show Highest Usage (15% - SOQL queries) and Limits Tracked (6 total, 0 critical, 0 warning). Detailed sections show SOQL Queries (15/100), DML Operations, CPU Time, Heap Size, and Callouts with color-coded progress bars.Raw debug log viewer with line numbers. Features search bar, display mode toggles, copy/download buttons, and filter chips (All, SOQL, DML, Callout, Error, Limits, Methods). Shows 12,426 lines with syntax highlighting. Bottom legend indicates color coding for different event typeChronological event timeline showing 22 events in 1.00s total. Toggle between Timeline and Waterfall views. Filter buttons for event types: SOQL (22), DML (0), CALLOUT (0), METHOD (0), HEAP (0). Each event shows timestamp, description (e.g., "SOQL: 10 rows"), and corresponding liPerformance metrics dashboard. Summary cards show CPU Time (0%) and Heap Size (0%) usage. Displays Total Execution Time (4.51s) and a Heap Usage Timeline graph visualizing memory consumption over the log execution from start to end.SOQL query analyzer with N+1 detection. Summary shows Total Queries (22), N+1 Issues (2), and DML Operations (0). Tabs filter between N+1 Issues, All Queries, and DML. Displays detected N+1 patterns with repetition count (10x, 2x), the problematic query text, aggregation level, aThe main log listing view. Shows fetched Salesforce debug logs with search functionality, status filter dropdown, and refresh button. Each log displays the operation name, status (Success/Failure), user initials, timestamp, API type, file size, and execution duration. Logs can beView and manage all active trace flags. Displays expiration times, user types (Dev/User), and creation timestamps. Easily add, edit, or delete trace flags with one-click refresh.Choose from existing debug levels including custom levels like Dev, ReplayDebuggerLevels, SFDC_DevConsole, and custom configurations to control logging verbosity.View and analyze raw Salesforce debug logs with syntax highlighting. Filter logs by type (SOQL, DML, Callout, Error, Limits, Methods) and search through log content. Displays execution times, governor limit usage, and detailed debug statements with color-coded categories for easyExecute SOQL and SOSL queries directly against your Salesforce org. Features include query templates, query history tracking, and saved queries for reuse. Supports up to 100,000 character queries with keyboard shortcuts (Ctrl+Enter) for quick execution.Write and execute Anonymous Apex code directly from the extension. Includes execution history, character counter, and keyboard shortcut support. Perfect for quick testing and debugging without leaving your browser.Instant access to frequently used Salesforce Setup pages. Categories include Automation, Objects & Fields, Security, Jobs & Queues, Development, Monitoring, Users, and Integrations—with searchable interface for rapid navigation.Create trace flags for specific users with user search functionality. Configure debug levels and set duration (up to 24 hours per Salesforce limits) to enable targeted debug logging.Select between User Debug and Developer Log types when creating trace flags, giving you flexibility in how debug information is captured.
About this extension
Stop switching between browser tabs and Developer Console. Salesforce Debug Log Analyzer brings powerful debugging tools right into your browser.

INSTANT LOG ANALYSIS:

• One-Click Log Fetch - Access debug logs instantly from the toolbar popup
• Smart Parsing - Automatically extracts SOQL queries, DML operations, and method calls
• Search & Filter - Quickly find specific operations in large log files
• Syntax Highlighting - Easy-to-read log formatting with color-coded sections

N+1 QUERY DETECTION:

• Automatic Detection - Identifies SOQL queries executing inside loops
• Location Pinpointing - Shows exact line numbers where problematic queries occur
• Performance Impact - See how many extra queries are being executed
• Fix Recommendations - Understand why the pattern is problematic

GOVERNOR LIMITS DASHBOARD:

• Real-Time Metrics - CPU time, heap size, SOQL queries, DML statements
• Visual Progress Bars - Instantly see how close you are to limits
• Threshold Warnings - Color-coded alerts when approaching limits
• Historical Comparison - Track limit usage across multiple log executions

MULTI-ORG MANAGEMENT:

• Credential Vault - Store logins for Production, Sandbox, and Scratch orgs
• One-Click Connect - Switch between orgs without re-entering credentials
• Smart Session Reuse - Automatically uses existing browser sessions (no security token needed!)
• Incognito Support - Open orgs in private windows to manage multiple sessions
• Color-Coded Orgs - Assign colors for quick visual identification
• Group Organization - Organize credentials by project, client, or team

EXPORT & SHARE:

• JSON Export - Export analysis results for documentation
• Credential Backup - Export org credentials for backup or team sharing
• Copy to Clipboard - Quick copy of connection details

BUILT FOR DEVELOPERS:

• Works with Lightning and Classic UI
• Supports all Salesforce editions
• No Salesforce package installation required
• Zero configuration - just log in and go

SECURITY & PRIVACY:

All data stays in YOUR browser. No external servers. No analytics. No tracking. Your credentials are encoded and stored locally using the browser's secure storage API.

Questions or issues? Visit: https://github.com/Harshit-Saxena/salesforce-debug-analyzer/issues
Developer comments
This extension helps Salesforce developers analyze debug logs directly in the browser.

How to Test:
1. Log into any Salesforce org (you can use a free Developer Edition at developer.salesforce.com)
2. Click the extension icon
3. The extension will fetch and display debug logs from the connected org

Permissions Explained:
- cookies: Read Salesforce session cookie (sid) for API authentication
- storage: Save user preferences locally
- tabs: Detect active Salesforce tabs
- Host permissions: Make API calls to Salesforce REST API

Security Notes:
- All data stays local - no external servers
- Session IDs are never stored persistently
- Only activates on Salesforce domains

Build from Source:
npm install
npm run build:firefox

Source code included in the submission.
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and data

Required permissions:

  • Access browser tabs
  • Access your data for sites in the salesforce.com domain
  • Access your data for sites in the force.com domain
  • Access your data for sites in the lightning.force.com domain
  • Access your data for sites in the my.salesforce.com domain
  • Access your data for sites in the visualforce.com domain
  • Access your data for sites in the develop.my.salesforce.com domain
  • Access your data for sites in the salesforce-setup.com domain
  • Access your data for sites in the sandbox.my.salesforce.com domain
  • Access your data for sites in the scratch.my.salesforce.com domain
  • Access your data for login.salesforce.com
  • Access your data for test.salesforce.com

Data collection:

  • The developer says this extension doesn't require data collection.
Learn more
More information
Add-on Links
  • Support site
  • Support Email
Version
4.3.0
Size
98.51 kB
Last updated
6 days ago (9 Feb 2026)
Related Categories
  • Web Development
Licence
GNU Lesser General Public Licence v3.0 only
Privacy Policy
Read the privacy policy for this add-on
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.