Skip to content

Commit

Permalink
rename step_into3() to step_into_until()
Browse files Browse the repository at this point in the history
  • Loading branch information
roccoblues committed Apr 10, 2024
1 parent 95ace4b commit 71b771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl SBThread {
}

#[allow(missing_docs)]
pub fn step_into3(
pub fn step_into_until(
&self,
target_name: Option<&str>,
end_line: u32,
Expand Down

0 comments on commit 71b771f

Please sign in to comment.