The python script is executed on a remote machine. Due to certain security policies I cannot use the built-in PyCharm debugger remotely, but pdb works fine. Is there any way to somehow view the variables (DataFrames, arrays) in the built-in PyCharm's viewers instead of the default pdb console output?