Skip to content

Improve the output method to the debug console at log point, etc. #157

@zero-plusplus

Description

@zero-plusplus

In the current spec, if strings and objects are output at the same time, they are output separately.
I remember implementing this at the time, following the Node.js debugger adapter specification, but now they are treated as object labels and only one message is output.

Also, it seems that when multiple objects are output, they are grouped into one instead of being output individually.

I have decided to follow this specification. This allows users to define their own object descriptions, which is very useful when outputting detailed logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    improveImprovement of existing features.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions