ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

[Debugger] Regexp values are not correctly shown in the debugger variable view

Open NipunaRanasinghe opened this issue 1 year ago • 0 comments

Description

Values of Ballerina regex variables are not correctly shown in the debugger

Steps to Reproduce

Debug the following source and check the value of foo

public function main() { string:RegExp foo = re [a-zA-Z0-9]; }

Its shown as below

Screenshot 2024-04-25 at 15 28 47

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related area

-> Debugger

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

NipunaRanasinghe avatar Apr 25 '24 09:04 NipunaRanasinghe