so i can do ```py foobar = ... next_thing = debug(a_method(foobar)) ``` and display the output of `a_method(foobar)` while also assigning it to `next_thing`