Skip to content

Inputted Japanese is garbled when running method with parameters in debug of launch mode. #570

@iijimam

Description

@iijimam

I tried running classmethod with parameters in debug of launching mode.
VSCode will appear text box for parameters.
When I inputted Japanese and Alphabet in it, p1 was garbled in debug window (VARIABLED and hover text).

My Class is below:

Class Test.Debug
{
ClassMethod test1(p1 As %String, p2 As %String) As %String
{
set modori="これは日本語です(this is Japanese)= " _p1
write "this is Alphabet = ",p2,!
return modori
}
}

I inputted parameters like this:

"あいうえお","abc"

image

When I have tried same classmethod in attach mode, there is no problem.

Metadata

Metadata

Assignees

Labels

debuggerupstreamDepends on an upstream change (e.g. VS Code fix or enhancement, IRIS change)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions