@@ -18,16 +18,16 @@ Debugging
18
18
=========
19
19
20
20
* Docker is not part of my debugging workflow. It's there to make builds reproduceable and documented
21
- * Install and activate the emsdk. Add the appropriate emsdk_env file for your platform.
22
- * copy shell.html to index.html in the project root (don 't use the ` out/ ` folder here.
21
+ * Install and activate the [ emsdk] ( https://emscripten.org/docs/getting_started/downloads.html ) . Add the appropriate emsdk_env file for your platform.
22
+ * Copy shell.html to index.html in the project root. Don 't use the ` out/ ` folder here.
23
23
* run scons as ` scons RELEASE=0 EMSDK=/path/to/your/emsdk OUTDIR=$PWD `
24
- * again, we are not using the ` out/ ` folder. This will help make sourcemaps line up.
25
- * the params to scons are sticky, you can just run ` scons ` going forward.
24
+ * We are not using the ` out/ ` folder. This will help make sourcemaps line up.
25
+ * The params to scons are sticky. You can just run ` scons ` going forward.
26
26
* run [ Caddy] ( http://caddyserver.com/ ) in the project root.
27
- * again, we are not using the ` out/ ` folder. This is so that sourcemaps line up correctly.
28
- * Go to the caddy webserver in your browser, by default it's at [ http://localhost:2015 ]
27
+ * We are not using the ` out/ ` folder. This is so that sourcemaps line up correctly.
28
+ * Go to the caddy webserver in your browser, by default it's at [ http://localhost:2015 ] ( http://localhost:2015 )
29
29
* Open the Developer Tools for your browser.
30
- * the Console tab is helpful for finding things that have gone wrong.
31
- * Under " Sources" you can navigate cpp files, and place breakpoints.
32
- * Debugging appears to work find .
30
+ * The * Console* tab is helpful for finding things that have gone wrong.
31
+ * Under the * Sources* tab, you can navigate cpp files, and place breakpoints.
32
+ * Debugging appears to work fine .
33
33
* Chrome appears to have a slightly better debugger as far as being able to click on callstacks and jump to code.
0 commit comments