foxsquirrel
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Edited How to update clion to gdb version 15.x and update cmake to latest version
AnsweredHow to upgrade gdb or just turn it off. I don't use it all the time however the remote connection will break if its not on the target. We are running debian trixie and it ships with versions that a... -
Edited Is pycharm Professional a product that is different from the pycharm in the bundle package?
Is pycharm Professional a product that is different from the pycharm in the bundle package? It is not very clear, it does not mention professional in the package deal so is it safe to assume I nee... -
Created How to disable the tools chain and just use cmake?
I need to only use a cmake file for special builds. How do I shut all of that other stuff off, what appears to be a drop down to allow cmake decide is broken and repopulates with the default tools.... -
Edited Why is copy and paste disabled in Clion "Get from version control"
Why have you disabled copy and paste on so many features? I cannot even cut and paste a URL so we can retrieve from our private git server. Did I miss a setting some where that turns copy and past... -
Created Git seems to be intermittant using the IDE for control
We use our own private git server.Everything works as expected from the console, however using the clion frame work it has issues. Just tried to push a new branch to the remote server using Clion I... -
Created How to enable cut and paste
Sometimes it works and some times it does not allow copy and paste functionality. Am I doing something wrong or does the setup need changed? -
Edited How to turn this off [[maybe_unused]]
CompletedIn a class after adding a 5th method to a public: it requires this [[maybe_unused]]What is this and how can it be shut off, I am not aware of any limits on the number of public methods. The code ca... -
Edited How to attach structure view to a specific .hpp file
AnsweredWhat I need to do is show the structure view for a specific .hpp file. As it is now, when I am in the main file view screen the structure view travels with that file. Need to have the structure vie... -
Created How to set the toolchain for the Device tree compiler?
Hello, Working with .dts (device-tree) and need to compile with the dtc to generate dtb files and cannot find any place to configure this. Found a section for devicetree under tools, zephyr howeve... -
Created How to add -X to the ssh
I need ssh -X <user@remote>.Looked at all the settings in tools and even tried to append -X to the username and that did not work.Please tell me where that can be added.