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

Support wildcards on function breakpoints #1533

Open
allan-kg opened this issue Feb 3, 2025 · 0 comments
Open

Support wildcards on function breakpoints #1533

allan-kg opened this issue Feb 3, 2025 · 0 comments

Comments

@allan-kg
Copy link

allan-kg commented Feb 3, 2025

Version tested : 0.58.1

Well, the title says it all. I'd want to use wildcards on a function breakpoint.

For example, to stop at anything from package foo.bar I'd like to:

foo.bar.**.*
  • I have tested exactly this way and it did nothing at all.

It would be a great addition for us to investigate that obscure problem in the code.

It may imply in creating a way to specify what I want to search. It would be even better :

pkg://foo.bar.**
class://*FooBar
<etc>

I don't know, maybe it is already possible with some other detail, please let me know then. From my research I could just find that FQDNs are being supported.

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