faster-python-with-taichi
faster-python-with-taichi copied to clipboard
is it possible to debug by executing line by line in IDE like VS code ?
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 ?
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 :-)
May share link to concise description how to write Taichung code
Both syntacsis and examples Better with instructions video