Skip to content

Commit d9cd100

Browse files
committed
This is also for gdb
1 parent 74bbfe4 commit d9cd100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ark/src/debug.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ pub fn tidy_kind(kind: libr::SEXPTYPE) -> &'static str {
147147

148148
/// Run closure and capture its console output.
149149
///
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.
150+
/// Useful for debugging. For instance you can use this to call code from the C
151+
/// debugger's interpreter. Output from stdout and stderr is returned instead of
152+
/// being sent over IOPub.
153153
///
154154
/// The closure is run in a `harp::try_catch()` context to prevent R errors and
155155
/// other C longjumps from collapsing the debugging context. If a Rust panic

0 commit comments

Comments
 (0)