Nathan Potter
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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... -
Created 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...