lldb.step: Step functions

Description Usage Arguments Value

View source: R/step.r

Description

Continue process execution until the next line

Usage

1
2
3
lldb.step(method = "into", handle = NULL)

lldb.stepto(file = NULL, line = 0, handle = NULL)

Arguments

method

one of c("out","over","into")

handle

handle returned from lldb.load() or NULL for the default handle

file

source file to step to

line

line number to step to

Value

An invisible return code.


heckendorfc/lldbR documentation built on March 16, 2020, 12:24 a.m.