dotnet / dotnet/vscode-csharp

C# extension should have an equivalent to VS's "No Source" window

Open
#1,791 8 comments 0 reactions 0 assignees View on GitHub
Debugger Feature Request OmniSharp
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

## Environment data
`dotnet --info` output:

.NET Command Line Tools (2.0.0)

Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.0.0/

Microsoft .NET Core Shared Framework Host

Version : 2.0.0
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

VS Code version: 1.17.1
C# Extension version: 1.12.1

## Steps to reproduce
Compile .NET Core app on Windows with portable debug info
- note: App is built in VS running in Parallels. Solution is on Mac drive mapped via Parallels to Windows.

Run it on macOS
Attach from VS Code
Debugger attaches but cannot find source and there seem to be no way to point debugger to the source location

![image](https://user-images.githubusercontent.com/12820357/31586451-156b89d4-b186-11e7-8d51-fbfd3ee0088c.png)

## Expected behavior
Ability to open source files like in VS - Attach | Debugger asks where the source is.

## Actual behavior
![image](https://user-images.githubusercontent.com/12820357/31586458-2983cc7e-b186-11e7-9183-bdf74f9635b8.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.