My extension uses an NPAPI plugin and I need to debug my C++ code in the context of a browser action.
Of course, clicking anywhere outside the browser action causes it to close, along with the chrome instance that is hosting my DLL. At least, I assume a transient instance of chrome hosts my dll. I see additional chrome instances spawn when I open my browser action. But, it is impossible to check which DLLs are loaded using any tool, since the moment you go to use another tool, you implicitly dismiss the browser action. Unless I am missing some obvious way to attach a debugger to my NPAPI code, I desperately need a way to make the browser action stay open, even when it loses input focus, so I can debug my darned code. thx! Michael -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.
