Subj : Re: JS_GetFunctionId for an anyomous function To : Mike Moening From : Brendan Eich Date : Tue Mar 29 2005 02:33 pm Mike Moening wrote: > There must be a way since venkman appears to do able to do it. > It shows the anonymous functions in bracket under the script file name: > > [execute] > [setN] > > Any sneaky back handed way other than parsing the source line by hand? I don't know how venkman does it, but it's a debugger -- it can use expensive, even only partially accurate heuristics to good effect. The engine cannot. Are you still writing your own debugger? Why not use venkman or learn from it? /be .