mab_bookmark_extension
mab_bookmark_extension copied to clipboard
Issue while debugging
Hi,
When I 'inspect popup' for debugging on chrome, the content doesn't load and I'm not able to hit the debugger point. Please see the attached files.
The popup works perfectly fine - as shown in attachment 1 I am following the steps as shown in attachment 2 to debug the extension Attachment 3 is what happens when I try to inspect the popup. (The content doesn't load and also doesn't hit the debugger point)
Also, in console i tried: location.reload(true). It does hit the debugger but no data is loaded on the extension.
Thanks!