1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
10 href=
"chrome://devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css"
15 href=
"chrome://devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css"
20 href=
"chrome://devtools/content/shared/sourceeditor/codemirror/mozilla.css"
22 <!-- Needed for the ObjectInspector -->
26 href=
"chrome://devtools/content/shared/components/reps/reps.css"
28 <!-- Needed for the ObjectInspector and the Source Tree -->
32 href=
"chrome://devtools/content/shared/components/Tree.css"
37 href=
"chrome://devtools/content/shared/components/object-inspector/components/ObjectInspector.css"
42 href=
"chrome://devtools/content/debugger/src/debugger.css"
47 href=
"chrome://devtools/content/shared/components/tabs/Tabs.css"
52 <div id=
"mount" class=
"theme-body"></div>
54 src=
"chrome://devtools/content/shared/theme-switching.js"
58 const { BrowserLoader
} = ChromeUtils
.import(
59 "resource://devtools/shared/loader/browser-loader.js"
61 const { require
} = BrowserLoader({
62 baseURI
: "resource://devtools/client/debugger",
65 Debugger
= require("devtools/client/debugger/src/main");
67 dump("Exception happened while loading the debugger:\n");