question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dismiss process picker when clicking the stop button

See original GitHub issue

Caused by the process picker work in #8701, need input from VS Code (https://github.com/microsoft/vscode/issues/88248).

ezgif com-video-to-gif

Not pictured: selecting a process after the debugging session ended will call createDebugAdapterDescriptor and a new debugging session will start 😂

Note: In the C++ extension (original implementation) the picker isn’t dismissed when clicking on stop either, but selecting a process afterwards errors out so no debug session will start:

MicrosoftTeams-image

/cc @karthiknadig

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
kimadelinecommented, Jan 7, 2020

Nope, we are not using a multistep picker.

0reactions
kimadelinecommented, Aug 24, 2020

Closing, quickpicks are now dismissed when debugging is stopped (Version: 1.49.0-insider commit: 32dde5598d):

stop_debugging

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to finish activity when date picker dialog on cancel button ...
Make a class for DatePickerDialog and call it from onCreate() as follows: ... click", "dialog negative button clicked"); dialog.dismiss(); } ...
Read more >
Change event fires even when Picker dismissed by clicking ...
If the target element was a button, the change event was triggered by clicking on the button. Kindly refer the below code. <ejs-daterangepicker...
Read more >
UIDatePicker expand & collapse | Apple Developer Forums
I set both a height constraint for the datePicker and a top/bottom constraint between the date label & the datePicker. Then ctrl-drag each...
Read more >
Foreground services - Android Developers
To remove the service from the foreground, call stopForeground() . This method takes a boolean, which indicates whether to remove the status bar...
Read more >
Window stop() Method - W3Schools
Definition and Usage. The stop() method stops window loading. The stop() method is the same as clicking stop in the browser.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found