Skip to content

Commit 7fbe683

Browse files
committed
debug
1 parent ab93144 commit 7fbe683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/stubtest_third_party.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ def setup_gdb_stubtest_command(venv_dir: Path, stubtest_cmd: list[str]) -> bool:
236236
# Taken from https://github.com/pwndbg/pwndbg/blob/83d8d95b576b749e888f533ce927ad5a77fb957b/gdbinit.py#L37
237237
site_pkgs_path = glob(os.path.join({str(venv_dir)!r}, "lib/*/site-packages"))[0]
238238
site.addsitedir(site_pkgs_path)
239+
print("!!! adding site", site_pkgs_path)
240+
print("!!! sys.path", sys.path)
239241
240242
exit_code = 1
241243
try:

0 commit comments

Comments
 (0)