Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All program launches imply debugging in Eclipse 4.30 #1424

Open
acarstoiu opened this issue Dec 7, 2023 · 3 comments
Open

All program launches imply debugging in Eclipse 4.30 #1424

acarstoiu opened this issue Dec 7, 2023 · 3 comments

Comments

@acarstoiu
Copy link

acarstoiu commented Dec 7, 2023

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.

@acarstoiu acarstoiu changed the title All program launches imply debugging All program launches imply debugging in Eclipse 4.30 Dec 7, 2023
@mickaelistria
Copy link
Contributor

Can you please open a separate issue about the fact that the DAP output console is shown by default? I don't think it's a behavior we want to keep.

@acarstoiu acarstoiu changed the title All program launches imply debugging in Eclipse 4.30 All program launches imply debugging in Eclipse _4.30_ Dec 7, 2023
@acarstoiu acarstoiu changed the title All program launches imply debugging in Eclipse _4.30_ All program launches imply debugging in Eclipse 4.30 Dec 7, 2023
@mickaelistria
Copy link
Contributor

Have you identified whether there is a missing setting in the Debug Adapter configuration to skip debug?

@acarstoiu
Copy link
Author

acarstoiu commented Dec 8, 2023

Don't know where to check the defaults. Here is the settings tab for a configuration shown both for Run and for Debug:
image
Maybe the culprit is the "Monitor Debug Adapter launcher process" checkbox? If I check the "Override defaults and..." checkbox, it protests because of the empty "Command" field, upon running. I mean, I don't know what to put in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants