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

Enable SourceLink for easier debugging #211

Closed
MagicAndre1981 opened this issue Jun 28, 2018 · 10 comments
Closed

Enable SourceLink for easier debugging #211

MagicAndre1981 opened this issue Jun 28, 2018 · 10 comments
Milestone

Comments

@MagicAndre1981
Copy link

MagicAndre1981 commented Jun 28, 2018

Expected behavior

Press F11 to step into code and debug the code

Actual behavior

because no PDBs + source info are found, debugger steps over

Solution:

enable SourceLink to fetch the source from github during debugging to be able to step into the code.

@muratg muratg added this to the 4.0.1 milestone Oct 31, 2018
@muratg
Copy link

muratg commented Oct 31, 2018

Let's investigate this 4.0.1

@Tratcher Tratcher self-assigned this Oct 31, 2018
@Tratcher
Copy link
Member

Tratcher commented Jan 8, 2019

Related to #237

@Tratcher
Copy link
Member

Dropping this for 4.0.1, it's going to require a significant infrastructure overhaul.

@analogrelay
Copy link

We'll take a quick look at this for 4.1.0, but it'll be time-boxed.

@MagicAndre1981
Copy link
Author

ok, I moved to Core version some time ago so this has no priority for me. But maybe others benefit from it.

@Tratcher Tratcher modified the milestones: 4.1.0, Backlog Nov 25, 2019
@Tratcher Tratcher removed their assignment Nov 25, 2019
@Tratcher
Copy link
Member

All of the infrastructure and guidance for SourceLink is based on SDK style project files. Converting Katana over is a bigger task than we wanted to tackle in 4.1.0 so this got moved to the backlog.

@MagicAndre1981
Copy link
Author

Source Link supports classic .NET Framework projects as well as .NET SDK projects

So it doesn't matter which project style you use

@Tratcher
Copy link
Member

@MagicAndre1981 Can you share any docs or samples for that scenario? I didn't see any.

@MagicAndre1981
Copy link
Author

I only quoted the source link documentation.

Add the entries to the Release Configuration PropertyGroup

@Tratcher Tratcher modified the milestones: Backlog, 4.2.1 Apr 8, 2022
@Tratcher
Copy link
Member

Tratcher commented Apr 8, 2022

Fixed by moving to arcade.

@Tratcher Tratcher closed this as completed Apr 8, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants