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

[scriptcs] Emitting and loading PDB symbols for script code #1543

Closed
filipw opened this issue Mar 24, 2015 · 2 comments
Closed

[scriptcs] Emitting and loading PDB symbols for script code #1543

filipw opened this issue Mar 24, 2015 · 2 comments

Comments

@filipw
Copy link
Contributor

filipw commented Mar 24, 2015

Is there currently a supported/user-friendly way of emitting PDB for script code in order to allow debugger to be attached?

I managed to get it to work using a hardly elegant method of emitting the compilation with PDB to MemoryStream, loading it all into AppDomain and then reflecting to find Submission#0 and <Factory> method - see here.

It would be nice if we could do it in some better way.

@ManishJayaswal
Copy link
Contributor

unfortunately we currently do not have supported way to do this. We will likely need this in order to support scripts as first class concept in VS.

@filipw
Copy link
Contributor Author

filipw commented Feb 24, 2017

Can be closed following the merge of #16489

@filipw filipw closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants