On Thu, Mar 27, 2014 at 11:48 AM, Sean Thayne <[email protected]> wrote:
> I agree, I'm pretty sure JS has Backtraces, and Breakpoints, so I think > it's pretty much the same. > > -Sean Thayne > > > On Thu, Mar 27, 2014 at 12:42 PM, Jeffry Houser <[email protected] > >wrote: > > > On 3/27/2014 1:45 PM, Alain Ekambi wrote: > > > >> @Cadu > >> > >> > >> > >> I m mainting a 5 years old web application. > >> I wish HTML/CSS/JS was easy to do. > >> > >> Things like "I want to find where this method is getting called" becomes > >> almost impossible to do. > >> > > > > I don't understand why finding where a method gets called would be > harder > > in JavaScript than it would in ActionScript. Am I missing something? > > > > Wouldn't you just search the code base for the method name? Am I > missing > > an easier way? > It probably depends on the IDE. With AS3, in Flash Builder, I can right click any variable or function and select "References" and chose Workspace/Project/File. With functions, I can right-click and select "Call Hierarchy" to see the function call hierarchy. I havent been able to do this with Javascript projects. Thanks, Om > > > > > > > > -- > > Jeffry Houser > > Technical Entrepreneur > > http://www.jeffryhouser.com > > 203-379-0773 > > > > >
