Re: Template Names/Line numbers in errors
Tupshin Harper <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
Adam Megacz wrote: >any luck? > >Brian Alliet <[email protected]> writes: > > >>Before anyone does too much work adding template names/line numbers to >>error messages give me a chance to try to resurrect my JS backtrace >>stuff. That really is a much cleaner way of adding template names and >>lines numbers to error messages. I'll try to do this this weekend. >> >>-Brian >> >> >> If not, then I've got a proposed approach that 1) always catches JSExn in Template.java, therefore preventing the core from hanging. 2) Generates a JS backtrace when run in info mode 3) Generates a JS backtrace plus a Java stacktrace when in debug mode. -Tupshin