Re: help with backtrace stuff
Brian Alliet <[email protected]> Fri, 19 Mar 2004 23:08:05 -0500
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Message-ID | <[email protected]> |
On Mar 19, 2004, at 2:49 PM, Tupshin Harper wrote: > Can anybody provide some insight into what's going on here? I took a look at this quick. Adam changed around how we're doing the backtrace stuff. His method is way better than mine was. Basically fill() in JSExn goes through the entire stack and records each CallMarker it finds (a CallMarker is pushed to the stack whenever a function call is made). It looks like it should work. If it isn't I'm not exactly sure why. I'll look into it some more later. -Brian