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

Reactivate window after Continue when debugging extensions #10160

Closed
jaime-olivares opened this issue Aug 5, 2016 · 4 comments
Closed

Reactivate window after Continue when debugging extensions #10160

jaime-olivares opened this issue Aug 5, 2016 · 4 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@jaime-olivares
Copy link

  • VSCode Version: 1.3 and 1.4
  • OS Version: macOS

When debugging an extension and a breakpoint is set, and after reviewing, the Continue (F5) button is pressed, the debugged window remains in the background.

Steps to reproduce:

  1. Open a folder containing a VSCode extension project
  2. Set a breakpoint anywhere in the source code
  3. Start debugging the extension (a new VSCode window is shown)
  4. Run until the breakpoint is reached (the source code is shown, the debugged window goes to the background)
  5. Press the Continue button or F5

Expected result:
The debugged window is shown and the execution continues

Observed result:
The execution continues but the debugged window doesn't bring to front

@DonJayamanne
Copy link
Contributor

I too have experienced similar issues, but worse, the breakpoints seem to be getting hit, but the editor isn't getting updated, and debugger window is empty, the debug breakpoints are disabled.
I have to hit the continue button a couple of times before the debugger kicks in. Looks like there's

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 5, 2016
@Huachao
Copy link
Contributor

Huachao commented Aug 9, 2016

I also met the same issue in VS Code 1.4, while I can work in version 1.3

@weinand weinand added the feature-request Request for new features or functionality label Aug 9, 2016
@weinand
Copy link
Contributor

weinand commented Aug 9, 2016

@DonJayamanne @Huachao the original issue by @jaime-olivares is clearly the feature request to bring the debuggee window to front on 'continue' whereas your issue sounds like a bug.
Could you please create a new issue for this so that we don't mix-up unrelated issues (and don't forget to report the platform). Thanks.

@isidorn isidorn added this to the Backlog milestone Aug 23, 2016
@isidorn isidorn removed their assignment Sep 6, 2016
@weinand
Copy link
Contributor

weinand commented Sep 17, 2018

we are not planning to implement the feature to bring the debuggee window to front.

@weinand weinand closed this as completed Sep 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

5 participants