-
Notifications
You must be signed in to change notification settings - Fork 12
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
Docs should mention jsdebugger.jsm #1
Comments
Actually, I think that kind of information belongs in a separate file, "plumbing". Care to submit some text? :) |
That's an interesting idea. Why 'plumbing', though? I guess to me it comes down to purposes of the document. For me, I use the I could certainly understand if you see the purpose of the document differently If you don't want this on the page, I think I would suggest creating a page like Does that sound reasonable? It's possible I missed your point, I really have a On 29/03/2012 19:08 PM, jimblandy wrote:
|
You're right, it does come down to the purposes of the document. Up to this point, we've been using it as a specification to implement. It's still evolving, as you know if you watch this git repo. In that role, it's nicer for it to omit descriptions of the plumbing (I was thinking of the "Linux Plumbers Conference" when I used that term). But now it's just beginning to transition into documentation for users. Certainly, the natural place to find Debugger documentation should also explain how to actually get it going. I think the first step is to get the plumbing documented at all; I'd like to start that as a separate wiki page. |
The developers' tools team has just reached the point where things actually run, and we're trying to pull together a demo for a Firefox meeting in late April. Until then, I probably will not be writing surrounding documentation. I'd be happy to answer questions to help you write it, though; find me in #devtools on irc.mozilla.org if you like. |
I'm going to be on holiday until about halfway through April (no internet), so this might languish. I braindumped the gotchas I ran into so far here for now. We can (probably should) move/reformat them, but right now I just wanted to have it written down so as not to forget. |
Just noticed this issue, and I'd like to note that I have created a few wiki pages documenting the Firefox Debugger and the way it uses the remote protocol. I believe the MDN people plan on using them as a starting point for a more thorough documentation. This is the starting page with links to the rest, including the ones in this repo: https://wiki.mozilla.org/Debugger_Architecture |
As per the summary, it'd be nice if the docs said something about including
jsdebugger.jsm
, and its location. :-)Likewise, the remote debugger docs should mention any components one needs there (have not yet looked into using those bits yet).
The text was updated successfully, but these errors were encountered: