Iamberkeyavas

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Iamberkeyavas created a post, Debugging gcc frontend, how to configure CLion
Hi,I am trying to configure CLion to debug gcc/C++ frontend. The command to debug frontend I use is: ` ./g++ -g hello.cc -o hello -wrapper gdb,--args ` I created a new Run/Debug configurations, s...