I want to print in the stack trace the value of a variable.
Indeed, when executing my program, I have an error and I would like to know the value of a variable.
I don't have access to the console.
code:
os.chdir(directoryName)
Error:
os.chdir(directoryName) FileNotFoundError: [Errno 2] No such file or directory: '' »