79817608

Date: 2025-11-12 10:29:41
Score: 1
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: MinhNH