Skip to content

Commit f39516b

Browse files
committed
Python: Set interpreter thread name for debugging
1 parent c03957c commit f39516b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/scriptingprovider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ def read(self, size):
764764
return ""
765765

766766
def run(self):
767+
core.BNSetThreadName("PythonInterpreterThread")
767768
while not self.exit:
768769
self.event.wait()
769770
self.event.clear()

0 commit comments

Comments
 (0)