ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.54k stars 733 forks source link

[2201.9.x][Debugger] Fix variable value representation and evaluation support for regex variables #42642

Closed NipunaRanasinghe closed 2 weeks ago

NipunaRanasinghe commented 2 weeks ago

Purpose

This PR fixes the variable representation and, expression evaluation support for Ballerina regex variables.

Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42636

Samples

Now, the regular expression variables are correctly represented under the debugger variable view as follows.

Screenshot 2024-04-26 at 09 35 56

Check List