silvioprog
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
silvioprog commented, -
silvioprog created a post, AnsweredHow to watch a variable showing its content as binary?
Hi. How to see a watched variable as binary content? It can be useful to see bitwise operations[1], for example, supposing the following code: ``` for (unsigned char i = 0; i < 8; i++) LATB ... -
-
silvioprog created a post, AnsweredDo why CLion needs 1.2 GB of RAM?
Hello, Do why CLion needs 1.2 GB to compile a very small library? Memory snapshot: https://mega.nz/#!T0Q1BSqA!43fi55Y-5yo4bfwmrN9mrKXBoMd18clBbno9jWCU1PM. My environment: Windows 10 64 bits (insta... -
silvioprog commented, -
silvioprog created a post, AnsweredReformate Code + Doxygen comments = wrong code indentation
Hello, CLion broke the code indentation after reformate a code declaring Doxygen comments. Please see this attached picture below, this is the indentation I want: However, after reformate code, I'...