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

Re-design pkg/debugger #50

Open
pawelWritesCode opened this issue Sep 24, 2023 · 0 comments
Open

Re-design pkg/debugger #50

pawelWritesCode opened this issue Sep 24, 2023 · 0 comments
Milestone

Comments

@pawelWritesCode
Copy link
Owner

pawelWritesCode commented Sep 24, 2023

Background

pkg/debugger is utility package that defines simple service useful for debugging purposes.

Objective

Current debugger works, yet is not perfect. Task is to re-design this service to make it more useful and convenient to use. Things to consider:

  • how to display logs in more appealing way (maybe as JSON)
  • should it display: currently run scenario name, affected method name, tip for user how to solve issue
  • should output be limited by default to N-number of bytes (and if, should it be displayed that output is truncated ?)
  • naming for service and intuitive methods names

Is blocked by #48

@pawelWritesCode pawelWritesCode added this to the v1.3.0 milestone Sep 24, 2023
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

1 participant