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

Remove breakpoint freezes touchpad buttons #50230

Closed
santiagoaldanondo opened this issue May 21, 2018 · 8 comments
Closed

Remove breakpoint freezes touchpad buttons #50230

santiagoaldanondo opened this issue May 21, 2018 · 8 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@santiagoaldanondo
Copy link

  • VSCode Version: 1.23.1
  • OS Version: Ubuntu 18.04

Steps to Reproduce:

  1. Create a breakpoint.
  2. Edit breakpoint to "Log Message"
  3. Click "Remove Breakpoint"
  4. The touchpad buttons freeze and stop working untill you kill the process.

Does this issue occur when all extensions are disabled?: Yes/No

@vscodebot
Copy link

vscodebot bot commented May 21, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@roblourens
Copy link
Member

The touchpad buttons freeze and stop working untill you kill the process.

Can you explain this a little more? You're trying to click on something and it doesn't work?

@roblourens roblourens added the info-needed Issue requires more information from poster label May 21, 2018
@santiagoaldanondo
Copy link
Author

I think it might be that VSCode gets frozen due to an error and then the touchpad buttons stop working. Everything works but I cannot click anywhere, nor in VSCode neither in any other application. It happened to me again today trying to debug a program and getting a timeout

@roblourens
Copy link
Member

neither in any other application.

So your whole computer freezes? Are you sure this is due to a vscode issue?

@santiagoaldanondo
Copy link
Author

santiagoaldanondo commented May 29, 2018

Well, this has only happened to me using vscode, so I can't tell if there is something else that does not work in my computer.

The mousepad buttons stops working, but I can use the keyboard and use the mousepad for moving.

The problem is only solved after killing vscode processes. In fact when killing these processes using "top" from terminal, they keep reproducing, so I ended up running killall vscode.

I could record this problem but I cannot figure out how to show that I am actually clicking the buttons in the touchpad.

EDIT: my laptop is brand new, from the company where I just started to work.

@roblourens roblourens assigned isidorn and unassigned roblourens May 29, 2018
@roblourens
Copy link
Member

Click "Remove Breakpoint"

Do you right click on the breakpoint, then find "Remove Breakpoint"? Or do you click the breakpoint, see a dialog popup, and click "Remove Breakpoint" on that popup?

@isidorn
Copy link
Contributor

isidorn commented May 30, 2018

Dup of #50026

@isidorn isidorn closed this as completed May 30, 2018
@santiagoaldanondo
Copy link
Author

santiagoaldanondo commented May 30, 2018

  1. Left click to create breakpoint
  2. Right click on breakpoint, click edit breakpoint
  3. Click on dropdown, select log message, write something on the input and press enter
  4. Left click on the breakpoint
  5. A popup is shown telling "This logpoint has a message that will be lost on remove. Consider disabling the logpoint instead -> The touchpad buttons stop working.
  6. Use Alt + Tab to navigate to the console, run killall code a couple of times (first time the popup is still there).
  7. Back to work

EDIT: The error is consistent and happens every time I follow these steps

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @isidorn @santiagoaldanondo and others