Skip to content

Report actual status when running Debug command for component #2232

Open
@dgolovin

Description

@dgolovin

In relation to #2229. There is no way to understand what has failed. Debug command goes through three steps:

  • pushing component in debug mode
  • running debug port-forward and capture local port from port mapping printed into standard output
  • starting nodejs debugger usin localhost:port, where port is identified on step 2

All those steps should be visible in notification with progress, so we can identify where exactly debug command failed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions