ray.util.rpdb.set_trace#

ray.util.rpdb.set_trace(breakpoint_uuid=None)[source]#

Interrupt the flow of the program and drop into the Ray debugger.

Can be used within a Ray task or actor.

DeveloperAPI: This API may change across minor Ray releases.