Changes between Version 20 and Version 21 of JavascriptDebugging


Ignore:
Timestamp:
Mar 3, 2013, 7:06:57 PM (11 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavascriptDebugging

    v20 v21  
    8383
    8484=== Call stack (5) ===
     85
     86[[Image(callstack_and_values.gif, 25%)]]
     87
    8588If you look at this example, keywordTestOR is the innermost function which got called by an anonymous function, which got called by "testFilter" etc...
    8689Often the debugger will only show anonymous functions because we are working with prototypes a lot and don't use named functions often.