faster-python-with-taichi icon indicating copy to clipboard operation
faster-python-with-taichi copied to clipboard

is it possible to debug by executing line by line in IDE like VS code ?

Open Sandy4321 opened this issue 3 years ago • 2 comments
trafficstars

great post https://docs.taichi-lang.org/blog/accelerate-python-code-100x

but is it possible to debug by executing line by line in IDE like VS code ?

Sandy4321 avatar Sep 09 '22 20:09 Sandy4321

Sadly, the answer is no for now... Supporting line-by-line execution in non-trivial for parallel programs. Even if we serialize it, a non-negligible amount of work is needed. You are welcome to file a feature request here and we can discuss more https://github.com/taichi-dev/taichi/issues :-)

yuanming-hu avatar Sep 10 '22 02:09 yuanming-hu

May share link to concise description how to write Taichung code

Both syntacsis and examples Better with instructions video

Sandy4321 avatar Sep 13 '22 13:09 Sandy4321