Nathan Potter
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Clion is modifying existing Makefile when loading a new project,
I am trying to load a complex Makefile project into CLion and I find that Clion is failing to index the project correctly. On closer inspection I find that CLion is modifying the exisiting Makefile... -
创建于 How to interrupt a sleeping thread from the debugger?
Greetings,I am trying to test an application runs in it's own thread and the spends a lot of time sleeping. Part of what I need to test is what happens when the sleeping thread is interrupted. Is t...