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
Copy file name to clipboardExpand all lines: docs/getting-setup.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ Here's a [screenshot][done-screenshot].
61
61
62
62
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger/issues/1341).
63
63
64
+
**What should I do if am unable to see icons on debugger?**
65
+
66
+
Install packages using `yarn install`
67
+
68
+
If the certificate is unable to be verified, you can open set strict-ssl to false. You should be able to configure this by running:
69
+
70
+
`yarn config set "strict-ssl" false -g` then run `yarn install`
71
+
64
72
### Next Steps
65
73
66
74
Try our official getting started activity [_Debugging the Debugger_](./debugging-the-debugger.md)!
0 commit comments