debugpy Functions

Functions Summary:

breakpoint

If a client is connected to the debug adapter that is debugging

configure

Sets debug configuration properties that cannot be set in the

connect

Tells an existing debug adapter instance that is listening on the

debug_this_thread

Makes the debugger aware of the current thread.

is_client_connected

True if a client is connected to the debug adapter that is

listen

Starts a debug adapter debugging this process, that listens for

log_to

Generate detailed debugpy logs in the specified directory.

trace_this_thread

Tells the debug adapter to enable or disable tracing on the

wait_for_client

If there is a client connected to the debug adapter that is