Skip to content

All program launches imply debugging in Eclipse 4.30 #1424

Description

@acarstoiu

I'm running the latest Wild Web Developer 1.3.3.202311211923 on Eclipse 4.30, which I've just upgraded. Following this switch from Eclipse 4.29 to 4.30 I had the unpleasant surprise too see that running a JS file is identical to debugging it. There's no difference between choosing "Run As" -> "Node program" and "Debug As" -> "Node program":

Screenshot_20231207_192041

Combined with the fact that the debugging itself clears the program's output from the Console view and seemingly replaces it with debug tracing like

Debug server listening at ::1:35157
{
  seq: 11,
  type: 'response',
  request_seq: 6,
  command: 'threads',
  success: true,
  body: { threads: [ [Object] ] }
}

it's really annoying. There are actually two consoles, the one with the program's output is hidded by another containing the debug adapter output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions