Open FlowEternal opened 2 years ago
Hi,
To provide concurrency, ERDOS runs Pylot's operators in different processes, which may make debugging difficult. You may need to connect the debugger to the python process running the operator with the breakpoint (which might not be possible if you are using pdb).
i wanna debug Operator python file (e.g. DetectionOperator) i use vscode and ssh to docker container and add breakpoint in functions like __run_model in Operator python file. but it seems that it can not hit break point when erdos.internal is involved am I missing something?