In Visual Studio, I'll set a breakpoint or an int parameter item on my watchlist/locals and when I mouse over the parameter or view it in locals/watchlist it shows the parameter in a hexadecimal format.
Example, profileid = 0x000a578, but it's really 40722
orgid = 0x0000000, but it's really 66
The issue seems to be only for int parameters.
Maybe I accidentally changed a setting????
Jim