Morsheda
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
-
Morsheda commented, -
-
-
Morsheda created a post, AnsweredShortcut for "Next frame" and "Previous frame" in Debugger
I can follow the thread by click the bottons shown below: But I want to assign shortcut keys to these two operations. I didn't find anything in "Settings" corresponding to these two actions. I'd a... -
Morsheda created a post, AnsweredDebugging using the Makefile feature in 2020.2 EAP
Hi, I'm trying to use the new Makefile feature with the example here. After cloning, I open the folder "makefile-example" in Clion. Then from "Add Configuration", I create a "Makefile Application" ... -
Morsheda created a post, AnsweredSeparate source, CMakeLists.txt and build directories
Hi, Here's what I want to achieve: I want to have three directories: "build", "src" and "cmake". "cmake" has the CMakeLists.txt which should compile source files in src and build the target in "bui...