Can you explain a bit more detailed what issue you're facing? Are there some error messages you can post in here? And are you working on a fresh installation or a running installation?
You can't compare using the source code since you have probably fetched the code from the 7.2.5 branch, which is work in progress and you're probably running 7.2.4, which you have installed using nuget I'm guessing?
I am trying to debug, and I get "symbols not loaded" error. I suspect because there are no source and symbols loaded with the NuGet.
I will try to load 7.2.4 source, build and hook the symbols manually, but I dont understand, why is it not working automatically. Its not like a rare need, the debugging.
cant debug - symbols not loaded
How can I debug this thing?!
Where can I get the symbols?
Is there a symbol server?
I tried downloading source from github, build and use the PDB files - they dont match with the NuGet version.
Hi Andrew and welcome to our :)
Can you explain a bit more detailed what issue you're facing? Are there some error messages you can post in here? And are you working on a fresh installation or a running installation?
You can't compare using the source code since you have probably fetched the code from the 7.2.5 branch, which is work in progress and you're probably running 7.2.4, which you have installed using nuget I'm guessing?
Looking forward to hearing from you.
/Jan
The issue
I am trying to debug, and I get "symbols not loaded" error. I suspect because there are no source and symbols loaded with the NuGet.
I will try to load 7.2.4 source, build and hook the symbols manually, but I dont understand, why is it not working automatically. Its not like a rare need, the debugging.
I got the 7.2.4 source from GitHub built for the PDB file, and hooked it manually.
Waste of time! Not matcing.
How is one able to debug this thing?
Ok I got it working by coping my existing source into the Umbraco.Web.UI from 7.2.4 source from GitHub
is working on a reply...