Re: Bug #951769
ishikawa <[email protected]> Fri, 09 May 2014 18:17:43 +0900
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
On (2014年05月04日 05:31), Neil wrote: > ISHIKAWA, Chiaki wrote: > >> I wanted to set breakpoint at the beginning of code in >> >> onget="if ..." above. >> >> But JS debugger did not seem to honor the breakpoint there. >> > That sounds bad, I hope you filed a bug for that. > > In the mean time as a potential workaround you could try editing the > file locally to use the <getter> child node instead of the onget attribute. > Sorry for delayed response. I am afraid that I missed this due to a long holiday week in Japan. After reading this, I realize that you are trying to say that a breakpoint set in <getter> child node of the <onget> attribute will be honored by the JS debugger?! That sounds encouraging. I will try that (well, not sure how it will be effective for my case, but that can wait.) (Yes, it is possible that I may not be doing something correct for "onget=" part. I will re-check it that debugger does not honor the breakpoint there, and then file a bug for that if confirmed.) Thank you again for all the helpful tips.