Search strings by value

Is there any way of searching instances (strings in this case) by value? Eg find all strings in memory equals "foo"?

0
3 comments

Hello Roger,

There is no such possibility for now. You're welcome to vote for this feature request: https://youtrack.jetbrains.com/issue/DMRY-3377/Allow-search-object-by-content

0

I actually found a workaround... export the string instances to json. then search in that file.

0

Yes, this is an option. Thank you sharing your solution.

0

Please sign in to leave a comment.