Dkonigsberg
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Toolchain configuration should not require shell scripts
The toolchain configuration in CLion really needs a way to actually specify the path to the toolchain from within the IDE, preferably along with any needed environment settings.I really shouldn't h... -
Created Embedded breakpoints not always cleared
I'm working on an embedded target using a Segger J-Link debug probe. One frequent annoying problem I'm running into with CLion, is that it doesn't clear breakpoints from the target if I remove the... -
Edited Indentation for C-style block comments
AnsweredGiven a comment with messed up indentation that looks like this:/** * This is a function * @param one The first param * @param two The second param */I would very much like to be able to h...