You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a debugger, put the breakpoint on the last line of the main function. In the console of the executable it should print ModRM_Byte{rm = 3, rx = 2, mod = 1}.
Put the variable modrm in a watch window and expand the fields. The following results will are obtained:
RemedyBG:
Visual Studio:
Bug
The values in the watch video do not match the printed values, which suggests incorrect generation of the debug format. Moreover it's been reported that this does not occur on other platforms, so it seems to be a windows-only bug.
The text was updated successfully, but these errors were encountered:
Context
Reproduction
-o:none
and-debug
.main
function. In the console of the executable it should printModRM_Byte{rm = 3, rx = 2, mod = 1}
.modrm
in a watch window and expand the fields. The following results will are obtained:Bug
The values in the watch video do not match the printed values, which suggests incorrect generation of the debug format. Moreover it's been reported that this does not occur on other platforms, so it seems to be a windows-only bug.
The text was updated successfully, but these errors were encountered: