We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71926a commit a290148Copy full SHA for a290148
docs/development/debugging-with-symbol-server.md
@@ -15,7 +15,7 @@ calls, and other compiler optimizations. The only workaround is to build an
15
unoptimized local build.
16
17
The official symbol server URL for Electron is
18
-https://symbols.electronjs.org.
+<https://symbols.electronjs.org>.
19
You cannot visit this URL directly, you must add it to the symbol path of your
20
debugging tool. In the examples below, a local cache directory is used to avoid
21
repeatedly fetching the PDB from the server. Replace `c:\code\symbols` with an
0 commit comments