adem0x / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

'variables' during debug to display in Hexadeimal instead of Decimal #770

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a python file
2. Run the file in debugger
3. look at variables window

What is the expected output? What do you see instead?
Default format of 'numbers' is in Decimal system
It should be possible for users to convert the display to be in Hexadecimal 
system.

What version of the product are you using? On what operating system?
2.5.3.0.x86

Please provide any additional information below.

Displaying variables in Hex will reduce lots of efforts... Please add 

Original issue reported on code.google.com by dattatra...@gmail.com on 22 May 2014 at 11:00