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 74bbfe4 commit d9cd100Copy full SHA for d9cd100
crates/ark/src/debug.rs
@@ -147,9 +147,9 @@ pub fn tidy_kind(kind: libr::SEXPTYPE) -> &'static str {
147
148
/// Run closure and capture its console output.
149
///
150
-/// Useful for debugging. For instance you can use this to call code from the
151
-/// lldb interpreter. Output from stdout and stderr is returned instead of being
152
-/// sent over IOPub.
+/// Useful for debugging. For instance you can use this to call code from the C
+/// debugger's interpreter. Output from stdout and stderr is returned instead of
+/// being sent over IOPub.
153
154
/// The closure is run in a `harp::try_catch()` context to prevent R errors and
155
/// other C longjumps from collapsing the debugging context. If a Rust panic
0 commit comments