-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK and Debugger Settings are not "remembered" across projects #135
Comments
Oh ok, I really thought i had fixed it. That's weird! I will look into it. Shouldn't depend on the OS |
Ok, I tried to reproduce it on my side, but for me it works. Can you please take a short screencast of what did? |
Ohhh. Ok. I completely misunderstood what you meant. Yes, you're right. The settings are not remembered across projects, because they are bound to the project itself. I will consider implementing a way of separately managing various Odin SDK versions and debugger settings. However, this is not a very pressing issue at the moment. Probably around 0.15 or even 1.0, because it will also be break compatibility |
When creating a new project via the wizard the SDK path, checker arguments and Debugger setup is reset to default / null.
Thus you have to re-enter it from scratch every time you create a new project.
It occured in the Mac version of CLion 2024.3.2 with latest preview version of the plugin: 0.13.0-dev-b01
Note:
I am not even sure this is a bug in the first place or rather an UX issue.
As far as I remember this topic or at least a similar one was already reported (probably via Discord) - but as this just happend again on macos I wanted to make sure to add a Github issue.
The text was updated successfully, but these errors were encountered: