开发者

How does Xcode decide what to put into its 'Attach to Process' menu?

开发者 https://www.devze.com 2023-03-07 18:01 出处:网络
开发者_JAVA技巧Xcode makes a guess at the proccess you may want to attach to in your gdb session. It always guesses wrong and I have to look up the process ID (it\'s a Python module) and type it in my
开发者_JAVA技巧

Xcode makes a guess at the proccess you may want to attach to in your gdb session. It always guesses wrong and I have to look up the process ID (it's a Python module) and type it in myself. Annoying.

How does Xcode build this menu? Is there any way to hint that the Python process is the one I want?

0

精彩评论

暂无评论...
验证码 换一张
取 消