Stop when a function is entered.

Section: Breakpoints and Navigation

Break on function entry

text
text
b module.function_name

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Breakpoints and Navigation
Break on a line number
Set a line breakpoint in the current file.
OpenIn sheettextsame section
Conditional breakpoint
Pause only when a condition is true.
OpenIn sheettextsame section
Disable or enable a breakpoint
Toggle an existing breakpoint by number.
OpenIn sheettextsame section
Clear a breakpoint
Remove one breakpoint or all breakpoints.
OpenIn sheettextsame section
Jump to another line
Change the next line to be executed in the current frame.
OpenIn sheettextsame section
Debug a single function call
Run a callable under debugger control.
OpenIn sheetpython1 tag match