Open shipleyxie opened 4 years ago
I have the PID while run python : 10495. What i want to do:
gdb -p 10495 (gdb)break tensorflow_zero_out/cc/kernels/zero_out_kernels.cc:33
And my question is how to compile custom op with debug option?
I have the PID while run python : 10495. What i want to do:
And my question is how to compile custom op with debug option?