• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

how to debug/step thru a script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to debug/step thru a script

    please see attached, at startup another developer created a startup script. i want to step through the code. How can i do this?
    Attached Files

  • #2
    Just add the debugger statement and bring up your dev tools.

    Code:
    debugger;

    Comment

    Working...
    X