Howa
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 7
-
Edited Simple macOS app bundle example?
AnsweredHi: Was wondering if there is an example or instructions for creating a HelloWorld.app bundle from CLion? Thanks Howard -
Edited Forum search not working at all.
AnsweredHi:Just in case you were not aware the forum search is entirely not working. It returns no search results for anything even something like: clion It was definitely working a couple days ago. -
Edited Disable GIT remote access?
AnsweredIs there a way to turn off git access to remote repo in CLion?I looked under Version Control in settings and didn't see anything. -
-
Created Code Completion in EXPECT of Test cases?
AnsweredHi: So in my test fixture files I see that code completion works in the body of a test case eg: TEST_F(myFixture, testOne){ const int something = 1; // code completion works here mpClass->SetSomet... -
Created CLion: Run/Debug Configurations: What is the difference between Remote GDB Server and Embedded GDB Server?
AnsweredI'm doing an embedded project so in Run/Debug Configurations I selected create Embedded GDB server configuration. That does not provide anything for SSH credentials etc. And seems to serve no pu...