Sorry guys, I have to prove once more that I'm a noob in programming...
Since last night, I can't set breakpoints anymore. What I did in the meantime is delete the whole local git repository and I did a fresh pull. Then I switched to the dev-branch and opened MP2-Server in VS 2010. The config is set to x86 and debug. I started debugging and set a breakpoint, but it says something like (translated from German):
"The breakpoint is currently not reached. For this document no symbols were loaded."
This happens no matter in which project / class / line I set the breakpoint. The pdb-files are in the respective directories, where the dlls are as well.
Can anyone help me out?
BTW: When I opened the freshly pulled MP2-Server in VS for the first time, the "startproject" was set to MovieMetadataExtractor. I had to set it to "Mediaportal.Server" manually.
Thanks,
Michael
-------------------------------
Sorry, seems like I can set breakpoints in some projects such as MediaPortal.Core or UPnP. But I can't e.g. in IsoResourceProvider or in all the MetadataExtractors...
---------------------------------
ok, just in case there are more noobs like me trying to fiddle around with debuggin: The dll and its symbols are only loaded when this dll is used for the first time. So just ignore that message and trigger something, which should lead you to your break point. Then the message should disappear.
Sorry for bothering - I should read before posting
Since last night, I can't set breakpoints anymore. What I did in the meantime is delete the whole local git repository and I did a fresh pull. Then I switched to the dev-branch and opened MP2-Server in VS 2010. The config is set to x86 and debug. I started debugging and set a breakpoint, but it says something like (translated from German):
"The breakpoint is currently not reached. For this document no symbols were loaded."
This happens no matter in which project / class / line I set the breakpoint. The pdb-files are in the respective directories, where the dlls are as well.
Can anyone help me out?
BTW: When I opened the freshly pulled MP2-Server in VS for the first time, the "startproject" was set to MovieMetadataExtractor. I had to set it to "Mediaportal.Server" manually.
Thanks,
Michael
-------------------------------
Sorry, seems like I can set breakpoints in some projects such as MediaPortal.Core or UPnP. But I can't e.g. in IsoResourceProvider or in all the MetadataExtractors...
---------------------------------
ok, just in case there are more noobs like me trying to fiddle around with debuggin: The dll and its symbols are only loaded when this dll is used for the first time. So just ignore that message and trigger something, which should lead you to your break point. Then the message should disappear.
Sorry for bothering - I should read before posting