Skip to content

Add debug script

Aaron Graubert requested to merge debug-script into master

Created by: julianhess

Add a debugging script to the job root directory, which when executed from an individual job directory (i.e. <ROOT>/jobs/<shard>) will drop the user into an interactive shell mirroring the full Canine environment exactly as it would execute on the cluster (Docker and all).

Designed to be used with wolF debug mode, which can automatically spin up interactive shell from a task object directly in an iPython session.

Merge request reports