Re: how to debug in java xpcom
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200701221650.05547.michal.ceresna__48015.7205871821$1169737620$gmane$org@gmail.com> |
On Thursday 25 January 2007 2:04 pm, Sylvain Ferriol wrote:
hello,
> i want to what's happening in native xulrunner when using java xpcom
1) build the xulrunner in debug mode
2) start your java application
3) attach the debugger to the java process, this will then load the debug
symbols for libxul
best regards,
Michal