Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended traceback mode #59

Open
maxfischer2781 opened this issue Oct 11, 2019 · 1 comment
Open

Extended traceback mode #59

maxfischer2781 opened this issue Oct 11, 2019 · 1 comment

Comments

@maxfischer2781
Copy link
Member

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.

@rcaspart
Copy link
Member

For reference, in grid-control the corresponding part is the hpfwk package, specifically the file hpf_debug.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants