attach_to_process
Attach to a running process by PID
How to use it
attach_to_process is exposed by the Lisa.Py MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the attach_to_process 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)
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 into function call
Step out of current function
Step over current line or instruction