Debugger doesn't seem to how values for HRESULT
moizifty opened this issue · 1 comments
moizifty commented
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 commented
Fixed in dc5dda3.