Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.8.0-rc1
-
None
-
-
18c6048099286d2203f15a519c831163fb0669b6 (qt-creator/qt-creator/4.8)
Description
Thread switching doesn't seem to work with lldb on macOS 10.14.1, Xcode 10.1.
When I try to switch to another thread than the main thread I get the following in the Debugger Log view:
>Traceback (most recent call last): > File "<input>", line 1, in <module> > File "/Volumes/T3/Dev/qtcreator/qtcreatordev/share/qtcreator/debugger/lldbbridge.py", line 1621, in selectThread > self.process.SetSelectedThreadByID(args['id']) > File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 7394, in SetSelectedThreadByID > return _lldb.SBProcess_SetSelectedThreadByID(self, *args) >ValueError: Expecting an integer