You can't be cause under the hood, the calculation is now out of Python scope (it's dispatched to C++ or CUDA code for actual execution), therefore the Python Debugger cannot catch what the function is doing.
On the other hand, if you set a breakpoint in C++ code, the C++ debugger now catch it and you can enter the code.