Keith
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Display integer variables in hex rather than decimal
Is there a way to configure the debugger to display integer values in hex rather than decimal?I know a work around is to add watches and format the values as hex via something like: var.to_s(16)or...