step_into
Step into function call
How to use it
step_into is exposed by the Lisa.Py MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the step_into tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Lisa.Py
pip install "fastmcp>=1.2.0" httpxOther tools in Lisa.Py (17)
Attach to a running process by PID
Continue process execution
Create a debug target from an executable path
Delete a breakpoint by ID
Detach from the current process
Evaluate expression in current context
Get backtrace for current thread or specified thread
Get disassembly around specified address or current PC
Get metadata about the current debugging session
Get variables in current frame
Launch a process with optional arguments, environment variables, and working directory
List all breakpoints
Read memory from a specific address
Execute an arbitrary LLDB command
Set a breakpoint at a specified location
Step out of current function
Step over current line or instruction