diff options
Diffstat (limited to 'docs/users_guide/debugging.rst')
-rw-r--r-- | docs/users_guide/debugging.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index abc685099b..b69644dd4e 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -703,6 +703,12 @@ assembler. Dump the final assembly produced by the native code generator. +.. ghc-flag:: -ddump-js + :shortdesc: Dump final JavaScript code + :type: dynamic + + Dump the final JavaScript code produced by the JavaScript code generator. + Miscellaneous backend dumps ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |