Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Add Debugging Support #956

Open
4 tasks done
karthest opened this issue Apr 24, 2024 · 0 comments
Open
4 tasks done

[RFC] Add Debugging Support #956

karthest opened this issue Apr 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@karthest
Copy link

How do you envision this feature/change to look/work like?

  1. Unified Debugging Interface
    Introduce a unified debugging interface within the browser extension development framework, providing developers with a single entry point for accessing debugging features across different components of the extension (e.g., background scripts, content scripts, popup windows).

  2. Debugging Tools Integration
    Integrate popular debugging tools (e.g., Chrome DevTools, Firefox Developer Tools) directly into the development framework, allowing developers to leverage familiar debugging capabilities seamlessly.

  3. Remote Debugging Support
    Enable remote debugging for browser extensions, allowing developers to debug extensions running on remote devices or instances of the browser. This feature is particularly useful for testing and debugging extensions across different environments and devices.

  4. Real-time Logging and Inspection
    Implement real-time logging and inspection capabilities within the development framework, enabling developers to monitor extension behavior, inspect variables, and track the flow of execution in real-time.

  5. Error Reporting and Analysis
    Enhance error reporting and analysis features, providing developers with actionable insights into runtime errors, exceptions, and warnings encountered during extension execution. This includes detailed error messages, stack traces, and contextual information to aid in debugging.

  6. Cross-Browser Compatibility
    Ensure compatibility with major web browsers (e.g., Chrome, Firefox, Edge) to support cross-browser extension development. Debugging features should be consistent and accessible across different browser environments.

What is the purpose of this change/feature? Why?

Debugging is a critical aspect of software development, allowing developers to identify and resolve issues efficiently. However, debugging browser extensions can be challenging due to the distributed nature of their execution environment. This RFC proposes enhancements to the browser extension development framework to streamline the debugging process, enabling developers to more effectively diagnose and fix issues in their extensions.

(OPTIONAL) Example implementations

No response

(OPTIONAL) Contribution

  • I would like to contribute to this RFC via a PR

Verify canary release

  • I verified that the issue exists in plasmo canary release

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@karthest karthest added the enhancement New feature or request label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant