EpicGamesExt/raddebugger

Debugger doesn't seem to how values for HRESULT

moizifty opened this issue · 1 comments

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.

Fixed in dc5dda3.