Hello,
Although TVM has a wide set of Python APIs for the core functionality which is implemented in C++. In some cases it would be very beneficial to be able to set a breakpoint in a C++ file and have a Python script launch and have the debbuger stop at that line.
Obviously this requires compiling the tvm library with debug flags, but it also requires more than this.
Anyone want to share their way of doing the mixed Python/C++ debugging?