Hi,
I'm trying to debug Abp.* sources (Nuget packages) and it does not work. I can't get the source, the original location is still D:\Halil\GitHub\aspnetboilerplate\src\Abp\AbpBootstrapper.cs.
I've properly configured VS 2015 using:
Debugging <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Debugging">http://www.aspnetboilerplate.com/Pages/ ... /Debugging</a>
Thank you,
5 Answer(s)
-
0
From the v0.9.2.0 (<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/releases/tag/v0.9.2.0">https://github.com/aspnetboilerplate/as ... g/v0.9.2.0</a>), we removed support for GitLink debugging. So, we removed link to Debugging document from documents page (<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents">http://www.aspnetboilerplate.com/Pages/Documents</a>) temporarily. This is done because Gitlink does not support xproj/project.json solution structure (see <a class="postlink" href="https://github.com/GitTools/GitLink/issues/83">https://github.com/GitTools/GitLink/issues/83</a>)
So, current way is to use SymbolSource.org (which is slow and a little problematic). You can find information on the web, since it's an external tool.
Have a nice day.
-
0
Hi Hilal,
I want to debug aspnetboilerplate but symbolsource.org is internal server error. Any alternative server? Maybe we can use myget.
-
0
It's symbolsource's problem, we don't have anything to do. Sorry for that. There was a great alternative Gitlink, but it does not support project.json/xproj format. We should wait until it supports and go with symbolsource for now.
-
0
<cite>hikalkan: </cite> It's symbolsource's problem, we don't have anything to do. Sorry for that. There was a great alternative Gitlink, but it does not support project.json/xproj format. We should wait until it supports and go with symbolsource for now.
Thanks for your answer. I have submitted new issue in <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1207">https://github.com/aspnetboilerplate/as ... ssues/1207</a>. As I could not debug with source server uses symbolsource/myget. Is there way to debug ABP source beside using symbolsource?
-
0
Answered here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1207">https://github.com/aspnetboilerplate/as ... ssues/1207</a>