AI 产品解读Controls Xdebug debugging sessions for PHP developers by managing browser cookies (XDEBUG_SESSION, XDEBUG_PROFILE, XDEBUG_TRACE)
PHP developers using Xdebug need a quick way to toggle debugging, profiling, and tracing on local/staging websites without manually editing cookies
User clicks extension popup → selects mode (Debug/Profile/Trace/Disable) → extension sets or removes the corresponding Xdebug cookie on the current domain → PHP backend detects the cookie and activates Xdebug debugging/profiling/tracing
Toggle between Debug, Profile, Trace, and Disable modes via popup UIConfigurable trigger values for each Xdebug mode (debug, trace, profile) via options pageKeyboard shortcuts for fast toggling (Alt+C debug, Alt+V profile, Alt+B trace, Alt+X popup)Visual icon indication of current Xdebug state per tabCookie management automatically sets/deletes XDEBUG_SESSION, XDEBUG_PROFILE, and XDEBUG_TRACE cookies
- 目标用户
- PHP developers using Xdebug for debugging, profiling, and tracing / Web developers working with PHP applications on local or staging environments
- Xdebug Cloud Key field in options suggests optional integration with JetBrains Xdebug Cloud service, but no authentication or API calls for that service exist in the extension code itself
付费分析未识别到付费功能
No payment, billing, subscription, license, or upgrade logic exists anywhere in the extension. The 'pro' keyword matches are all false positives from translations of 'profile' (e.g., Czech 'profilování', German 'Profilierung') containing the substring 'pro'. The extension is free and open-source with a GitHub repository. All four modes (Debug, Profile, Trace, Disable) are available to all users without gating.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login UI, no authentication APIs, no OAuth flows, no user accounts, and no network requests to any auth service. All functionality (cookie management for Xdebug sessions) works locally in the browser without any account. The 'session' keyword hit in content.js refers to the XDEBUG_SESSION cookie name, not user login. The 'auth' hit in manifest.json is the author email field.