We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Happens with RemedyBG, Visual Studio and RAD Debugger
Odin version: odin version dev-2025-01-nightly:2aae4cf OS version: Microsoft Windows 10 Home 10.0.19045 Build 19045
Be able to hover over static variables or see them in the watch window.
Hovering: nothing happens Placing in watch window: identifier is undefined
odin build . -debug
x
package main import "core:fmt" main :: proc() { @static x := 5 fmt.println(x) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Happens with RemedyBG, Visual Studio and RAD Debugger
Details
Odin version: odin version dev-2025-01-nightly:2aae4cf
OS version: Microsoft Windows 10 Home 10.0.19045 Build 19045
Expected Behavior
Be able to hover over static variables or see them in the watch window.
Current Behavior
Hovering: nothing happens
Placing in watch window: identifier is undefined
Steps to Reproduce
odin build . -debug
x
by hovering over it or placing it in a watch windowThe text was updated successfully, but these errors were encountered: