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

Debug stream should have search functionality #84

Open
vbar opened this issue Feb 4, 2022 · 2 comments
Open

Debug stream should have search functionality #84

vbar opened this issue Feb 4, 2022 · 2 comments
Labels
flow: test Hook testing phase specific features & epics idea/backlog Something to consider later on, maybe type: enhancement And enhancement or proposal to an existing feature

Comments

@vbar
Copy link
Collaborator

vbar commented Feb 4, 2022

The other log views could use it as well (and other IDEs usually include it), but for debugging it's critical - even the simplest logs are too big to just see what I'm looking for...

@jonijuup
Copy link
Collaborator

jonijuup commented Mar 1, 2022

I think this is an enhancement feature (we can make do with browser's built in search for now). We could explore if there's a way to use the monaco editor search or a similar package with debug stream searching, this would probably make debugging a bit easier for developers.

reasons:

  • browser search cannot search inside collapsed rows
  • browser search might not have regexp & case matching

image

@jonijuup jonijuup added flow: test Hook testing phase specific features & epics type: enhancement And enhancement or proposal to an existing feature idea/backlog Something to consider later on, maybe labels Mar 2, 2022
@vbar
Copy link
Collaborator Author

vbar commented Mar 3, 2022

Also, browser search won't be limited to the log - for example when searching for an account number, it will also find it in the list of accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flow: test Hook testing phase specific features & epics idea/backlog Something to consider later on, maybe type: enhancement And enhancement or proposal to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants