You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: