Is it possible to step by step debug rust backend canister code?
How to get the similar experience like when debug java code in IntelliJ IDEA
I walk through the docs. didn’t find it. Cause I want to write code style as test driven development.
So if i can debug🪲 with canister. will be great to find out the problem.
I find out that :
maybe use lldb+wasmtime can work? ![]()
What if there is a good article about setup steps for debugging will be great!
i got it . it helps. give me new idea to write code and test them.