![]() |
Win How do I debug a PVR addon DLL with Visual Studio 2015? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: Win How do I debug a PVR addon DLL with Visual Studio 2015? (/showthread.php?tid=285781) |
How do I debug a PVR addon DLL with Visual Studio 2015? - mklein49 - 2016-08-07 Hi Folks, Figured this would be a simple task, but I'm stuck. I building a debug version of Kodi (latest on master) and I'm able to debug successfully. I have built the pvr.demo.dll with debug. I have it added and enabled in Kodi and I'm able to run with any changes I make. However, I'm unable to set break points in the add on code. I've confirmed I have symbols loaded for the dll, but when I try set a breakpoint in the source it complains symbols have not been loaded. If I try to step into one of the PVR demo functions the debugger just steps over. Please Help! ![]() ![]() ![]() Thanks in advance. |