Skip to content

Commit

Permalink
Merge pull request #192 from screaminglineage/master
Browse files Browse the repository at this point in the history
Fixed python exception in watch window
  • Loading branch information
nakst authored Feb 4, 2025
2 parents 2467ab1 + e7a05ae commit 9c16864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gf2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ bool stackChanged;

const char *pythonCode = R"(py
import gdb.types
def _gf_hook_string(basic_type):
hook_string = str(basic_type)
template_start = hook_string.find('<')
Expand Down

0 comments on commit 9c16864

Please sign in to comment.