Skip to content

Commit f871d39

Browse files
committed
Add some tips for running/debugging
1 parent 2c82d75 commit f871d39

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ emrun mixxx/build/mixxx.html
9393
This should open a browser window with Mixxx.
9494

9595
> [!TIP]
96-
> You can optionally pass `--browser` to use a non-default browser.
96+
> For Chrome, get the [C/C++ DevTools Support](https://chromewebstore.google.com/detail/cc++-devtools-support-dwa/pdcpmagijalfljmkmjngeonclgbbannb) extension to debug the WASM binary at the source level using DWARF debug info. This will require a build with `-g`, i.e. a `CMAKE_BUILD_TYPE` of `RelWithDebInfo` (default) or `Debug`.
97+
98+
> [!TIP]
99+
> You can optionally pass `--browser` to use a non-default browser. With `--browser-args` you can specify arguments such as `--auto-open-devtools-for-tabs` or `--remote-debugging-port` in Chrome.
97100
98101
## Credits
99102

0 commit comments

Comments
 (0)