-
Notifications
You must be signed in to change notification settings - Fork 67
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
Get your plugin listed at https://developer.mozilla.org/en-US/docs/Tools #3
Comments
I highly doubt that they'll list it - I can't find any Mozilla page promoting a third-party tool anywhere. You're free to try, of course (and I'd be very grateful if you succeed). |
@hbenl ok, I'll ask. Do you know any similar debugging tools that use Firefox's remote debugging prototol? The more plugins, the more likely they'll add a page. AFAIK even Intellij does not support this:
|
The only one I know is the other debug adapter for VS Code (which was started by a Mozilla developer "to quickly add basic debugger support to be more comfortable with vscode" and hasn't been updated since its initial release 2 months ago). |
I've created https://bugzilla.mozilla.org/show_bug.cgi?id=1299111 for this. Let's see :) |
I am sure they have nothing against adding it there. Just wonder why so few IDEs support it. AFAIK it is even nearly the same protocol as Chrome/ium uses. |
Not really - there are some basic structural similarities between the two protocols, but when you look at the details, they're quite different.
The good news is that VS Code's Debug Adapter Protocol seems to become a standard for IDEs (like the Language Server Protocol already did). AFAIK Eclipse and Visual Studio are working on supporting this protocol soon and I think that others will follow. |
Will be handled in #108 |
I think you should get in contact with mozilla devtools team to get your plugin listed at some page below https://developer.mozilla.org/en-US/docs/Tools
I could only find https://wiki.mozilla.org/Remote_Debugging_Protocol and https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging which both do not seem appropriate to me.
AFAICS there's currently no "list of clients" of the debugging protocol as chrome has https://developer.chrome.com/devtools/docs/debugging-clients
If you want I could add a ticket at bugzilla so that mozilla adds one?
The text was updated successfully, but these errors were encountered: