summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexis King <lexi.lambda@gmail.com>2023-02-20 14:38:21 -0600
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-23 16:59:22 -0500
commit8e170f86da9f804b18023a99c7c0add020a42e32 (patch)
tree5b68b989ce972865ef33fa30dadcbee2537768de /docs
parentfb60339fe2c90a5d6fd32cdcde91506324a9bb73 (diff)
downloadhaskell-8e170f86da9f804b18023a99c7c0add020a42e32.tar.gz
rts: Fix `prompt#` when profiling is enabled
This commit also adds a new -Dk RTS option to the debug RTS to assist debugging continuation captures. Currently, the printed information is quite minimal, but more can be added in the future if it proves to be useful when debugging future issues. fixes #23001
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/runtime_control.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index a51fb7f2a2..64d38367a7 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -1367,6 +1367,7 @@ recommended for everyday use!
.. rts-flag:: -Dc DEBUG: program coverage
.. rts-flag:: -Dr DEBUG: sparks
.. rts-flag:: -DC DEBUG: compact
+.. rts-flag:: -Dk DEBUG: continuation
Debug messages will be sent to the binary event log file instead of
stdout if the :rts-flag:`-l ⟨flags⟩` option is added. This might be useful