Using breakpoints in run_test.py during conda build

I am trying to understand why my conda build test is failing. I thought that setting a breakpoint in my run_test.py script would be a good way to figure this out. The script does stop when it reaches the breakpoint, but I cannot see the output of any of the commands I enter; e.g., when I try to print the value of a variable.