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

[Debugger] Fix variable value representation and evaluation support for regex variables

Open NipunaRanasinghe opened this issue 1 year ago • 0 comments

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

  • [x] Read the Contributing Guide
  • [ ] Updated Change Log
  • [x] Checked Tooling Support (#<Issue Number>)
  • [x] Added necessary tests
    • [ ] Unit Tests
    • [ ] Spec Conformance Tests
    • [x] Integration Tests
    • [ ] Ballerina By Example Tests
  • [ ] Increased Test Coverage
  • [ ] Added necessary documentation
    • [ ] API documentation
    • [ ] Module documentation in Module.md files
    • [ ] Ballerina By Examples

NipunaRanasinghe avatar Apr 26 '24 04:04 NipunaRanasinghe