Search strings by value Roger Kratz Created November 07, 2022 10:33 Is there any way of searching instances (strings in this case) by value? Eg find all strings in memory equals "foo"?
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
I actually found a workaround... export the string instances to json. then search in that file.
Yes, this is an option. Thank you sharing your solution.