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
Debugging interaction with actual resources (e.g. MatterMiners/tardis#87) requires more information than what standard tracebacks provide. An extended traceback including values would help.
Traceback should be similar to pytest and/or what we had in other projects (see HPDA, somewhere in GridControl that I cannot find). In addition to the call chain, show a repr of the locals/self variables.
Since this can be version dependent, it should be an optional flag to the daemon.
The text was updated successfully, but these errors were encountered:
Debugging interaction with actual resources (e.g. MatterMiners/tardis#87) requires more information than what standard tracebacks provide. An extended traceback including values would help.
Traceback should be similar to
pytest
and/or what we had in other projects (see HPDA, somewhere in GridControl that I cannot find). In addition to the call chain, show a repr of thelocals
/self
variables.Since this can be version dependent, it should be an optional flag to the daemon.
The text was updated successfully, but these errors were encountered: