TezEdge Explorer: An in-depth node explorer that shows all interactions between the Tezos protocol and storage
Dec 30, 2019 · 5 min read
In coding, most bugs occur due to an incomplete understanding of the code that is being utilized. Tracing and profiling can help with that.
Tracing is used to track individual actions performed within the code. With profiling, you can view which code is using the most resources.
Through tracing and profiling, you can gain a deeper understanding of an application, which results in code that performs well and runs…


