You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could improve the traceModule with the following features:
Indent each subsequent method call, to better display the call hierarchy:
methodCall1()
methodCall1.1()
methodCall1.2()
methodCall1.2.1()
methodCall2()
methodCall2.1()
methodCall3()
Enable File tracing mode, that logs the tracelogs to a file (CSV file), in a machine-readable way, to be able to further process it and get more insights.
The text was updated successfully, but these errors were encountered:
We could improve the traceModule with the following features:
methodCall1()
methodCall1.1()
methodCall1.2()
methodCall1.2.1()
methodCall2()
methodCall2.1()
methodCall3()
The text was updated successfully, but these errors were encountered: