You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yarn is still new, please comment on this [issue][yarn-issue] if you see anything weird.
23
25
24
-
### Step 3. Start the Debugger
26
+
### Step 4. Start the Debugger
25
27
26
28
Now that Firefox is open, lets start the development server. In a new terminal tab, run these commands:
27
29
@@ -30,24 +32,24 @@ cd debugger.html
30
32
yarn start
31
33
```
32
34
33
-
*What does this do?*
35
+
*What does this do?*
34
36
This command starts a development server.
35
37
36
-
### Step 4. Open the Debugger
38
+
### Step 5. Open the Debugger
37
39
38
40
Go to `localhost:8000` in any browser to view the Debugger. If everything worked successfully, you should see this [screenshot](https://cloud.githubusercontent.com/assets/254562/20439428/7498808a-ad89-11e6-895d-d6db320c5009.png)
39
41
40
42
Now,open Firefox by clicking on `Launch Firefox`. [Chrome](#starting-chrome) and [Node](#starting-node) are also available in the Appendix. It's not required, but it's generally nice to close other browsers first.
41
43
42
44
After Firefox is open, it's nice to go to a page you want to debug. A good sample website is [TodoMVC](http://todomvc.com/examples/vanillajs/).
43
45
44
-
*Why am I opening Firefox from inside the debugger?*
46
+
*Why am I opening Firefox from inside the debugger?*
45
47
`Launch Firefox` opens firefox with special permissions that enable remote debugging.
46
48
47
-
*What should I see?*
48
-
Here's a [screenshot][done-screenshot]
49
+
*What should I see?*
50
+
Here's a [screenshot][done-screenshot]
49
51
50
-
*What should I do if this doesn't work?*
52
+
*What should I do if this doesn't work?*
51
53
You can either try to run it [manually](#starting-firefox) or comment on the [issue](https://github.com/devtools-html/debugger.html/issues/1341).
0 commit comments