ballerina-lang
ballerina-lang copied to clipboard
[Debugger] Regexp values are not correctly shown in the debugger variable view
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
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