For learning purposes I want to follow the execution path in a robot framework python library. Actually the ssh library
What is the best way to do this?
I have
You can debug directly in robot files, without creating a keyword:
Evaluate pdb.Pdb(stdout=sys.__stdout__).set_trace() modules=sys, pdb
https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-the-python-debugger-pdb