Source code

Revision control

Copy as Markdown

Other Tools

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html dir="">
<head>
<link
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
/>
<!-- Needed for the ObjectInspector -->
<link
rel="stylesheet"
type="text/css"
/>
<!-- Needed for the ObjectInspector and the Source Tree -->
<link
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<div id="mount" class="theme-body"></div>
<script
></script>
<script>
try {
const { BrowserLoader } = ChromeUtils.importESModule(
);
const { require } = BrowserLoader({
window
});
Debugger = require("devtools/client/debugger/src/main");
} catch (e) {
dump("Exception happened while loading the debugger:\n");
dump(e + "\n");
dump(e.stack + "\n");
}
</script>
</body>
</html>