Skip to content

[BUG] Debug view for bytes has wrong order of items #371

@WisniewskiP

Description

@WisniewskiP

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

Screenshots/ Videos
grafik

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions