Re: Drag&Drop to OSX desktop
Neil <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Christian Pernot wrote: > How could I watch message from NS_ERROR and PR_LOG in this code? > Do I have to compile firefox with specific options ? For NS_ERROR you need an --enable-debug build; NS_ERROR messages go to stderr and can also be sent to the NSPR log (NSPR_LOG_MODULES=nsDebug). A debug build will also turn on all PR_LOG support even if FORCE_PR_LOG is not set in the module you want to log. -- Warning: May contain traces of nuts.