microsoft / vscode-mono-debug

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

A issue of using Mono Debug to debug a example with gui. #24

Closed weinand closed 2 years ago

weinand commented 7 years ago

From @tengxianbing on March 1, 2017 12:32

Extension Author Version
cpptools ms-vscode 0.10.1
csharp ms-vscode 1.7.0
mono-debug ms-vscode 0.15.3

Steps to Reproduce:

  1. Use mono-debug to debug a c# example with gui, it works.
  2. The debug feature doesn't work(can't step over or step into to watch variables) when the gui of example showing.
  3. Could you help check?

Copied from original issue: Microsoft/vscode#21626

weinand commented 7 years ago

@tengxianbing how does your launch configuration look like?