DevTools/Hacking: Difference between revisions

No edit summary
Line 69: Line 69:
= Developer Tools Directories Overview =
= Developer Tools Directories Overview =


* '''toolkit/devtools''': Code for the devtools client and server, and all code shared between the front end and client/server.
* '''<tt>toolkit/devtools</tt>''': Code for the devtools client and server, and all code shared between the front end and client/server. If we are using any third party libraries, or importing external repositories into our tree, those libraries generally live here (eg, <tt>toolkit/devtools/acorn</tt>).
 
** '''<tt>toolkit/devtools/server</tt>''': Code for the devtools Remote Debug Protocol server.
* '''browser/devtools''': Front end user interfaces for the tools.
** '''<tt>toolkit/devtools/client</tt>''': Code for the devtools Remote Debug Protocol client.
* '''<tt>browser/devtools</tt>''': Front end user interfaces for the tools.


= Running the Developer Tools Tests =
= Running the Developer Tools Tests =
Confirmed users
125

edits