i build working npapi pluging using firebreath framework , and its working just fine.
i compiled in debug mode . did regsvr32 myddl.dll and restart the Chrome browser.
now in visual studio 2008 express and did attached to process attached to Chrome process
but when i try to set breakpoint in the dll source code it gives me the error:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
why this is the source of the plugin and its in debug mode .
this is also happen when i try with firefox browser , so i guess its something with my visual studio configuration
Chrome (and also Firefox) runs plugins out of process, so you aren't actually attaching to the process that has your plugin code. Run Chrome with the --plugin-startup-dialog
flag, and when your plugin process starts Chrome will give you the process ID of the plugin process and then pause the plugin process and wait for a debugger to attach.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With