microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Debugging is broken #42

Closed auchenberg closed 6 years ago

auchenberg commented 6 years ago

From @borgdylan on January 6, 2018 17:44

Steps to Reproduce:

  1. Try to debug a project that used to debug beforehand
  2. Notice that breakpoints set are only listed in the viewlets, the editor does not show red circles in the gutter
  3. Notice that breakpoints no longer hit

Does this issue occur when all extensions are disabled?: cannot test as debugger is an extension

Copied from original issue: Microsoft/vscode#41227

auchenberg commented 6 years ago

From @borgdylan on January 6, 2018 17:53

This was tested using the vscode-mono-debug extension. Used to work on the holiday themed builds of code-insiders.

auchenberg commented 6 years ago

From @Eli-Goldberg on January 7, 2018 20:43

Reproduces

weinand commented 6 years ago

This problem is independent from the mono debugger: I can reproduce this with JavaScript debugging too. There seems to be an issue with decorations on linux.

weinand commented 6 years ago

Verified that the problem is fixed in the latest Insiders.