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

Track and maintain debug sessions #915

Open
ShundeMJ opened this issue Jun 17, 2024 · 0 comments
Open

Track and maintain debug sessions #915

ShundeMJ opened this issue Jun 17, 2024 · 0 comments
Labels
area/apigee kind/enhancement New feature or request

Comments

@ShundeMJ
Copy link

ShundeMJ commented Jun 17, 2024

Use case
I want to debug with clarity and knowing what to expect.

Feature
What would help?

  1. A debug session with multiple debug results should be clear on which one happened first
    image
    Right now they are not in chronological order in any way, the timings are as follows:
    Nr. 1: 17-06-24 13:09:31:693
    Nr. 2: 17-06-24 13:09:03:607
    Nr. 3: 17-06-24 13:09:14:192

It would be great that these are either chronologically ordered, or to see the time stamp of each session.

  1. Sometimes a situation happens that you would like to know what debug sessions are available and preferably be able to turn some on or off. Situations are:
  • You do not know whether the debug session is still going to appear or whether it is already closed.
  • Lost track of when the debug session started (and deleted the history in the terminal)

This can result into either into:

  • Long uncertain wait times
  • Starting another debug session so you receive multiple windows of the same session.

So something like an overview of active debug sessions would be great.
And it would be even better if you can also close some debug sessions in case you started 2 for the same proxy accidently for example.

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/apigee kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants