foxsquirrel

- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 22
-
已编辑于 STM32Cube does not work. I am a paying customer.
I found the instructions on your site, VERY SIMPLE. Not sure how I could make a mistake. It does not work, I have spent at least an hour of my time trying find the solution. Here is picture of your... -
已编辑于 How to connect and use remote interpreter in docker container on the target?
Running remotely works perfectly without a docker container on the remote. One problem is the deployment path is wrong and cannot be changed. Try to select the docker dir and it shows prohibited.Th... -
创建于 Pycharm Remote SSH, How to launch venv and then install into it.
I have installed matplotlib on the target via ssh. However torch does not install, so it needs to go into venv. Interpreteter is remote python sftp:// path to target. For some reason the venv is no... -
已编辑于 How to update clion to gdb version 15.x and update cmake to latest version
已回答How 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... -
已编辑于 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... -
创建于 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.... -
已编辑于 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... -
创建于 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... -
创建于 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? -
已编辑于 How to turn this off [[maybe_unused]]
已完成In 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...