Skip to content
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

Debugger doesn't seem to how values for HRESULT #202

Closed
moizifty opened this issue Apr 28, 2024 · 1 comment
Closed

Debugger doesn't seem to how values for HRESULT #202

moizifty opened this issue Apr 28, 2024 · 1 comment
Labels
Bug A report of unintended or broken behavior.

Comments

@moizifty
Copy link

Hi,

Taking this example code:

#include <windows.h>

int main(void)
{
    HRESULT hr = 90;
}

Debugging this in raddebugger and trying to inspect the value for 'hr' does not work, it shows up as blank.

@ryanfleury ryanfleury added the Bug A report of unintended or broken behavior. label May 10, 2024
@ryanfleury
Copy link
Collaborator

Fixed in dc5dda3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior.
Projects
None yet
Development

No branches or pull requests

2 participants