-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Debugger view for bytes variable has wrong order, bytes are displayed in order: 1, 10, 11,.. 19, 2, 20, ... 29, 3, 4, 5, 6, 7, 8, 9 see screenshot below.
Steps To Reproduce
Run the test, with breakpoint on the Log To Console
:
*** Test Cases ***
test 1
${x} = Convert To Bytes 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 int
Log To Console ${x}
look at local variable ${x}
in debugger.
Expected behavior
bytes items should be sorted from 1 to X
Desktop (please complete the following information):
- VS Code Version 1.95.3
- RobotCode Version v0.101.0
- OS: Windows
- Python Version 3.10.1
- RobotFramework Version 7.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working