Changes between Version 10 and Version 11 of JavascriptDebugging


Ignore:
Timestamp:
Jan 14, 2013, 10:44:12 PM (11 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavascriptDebugging

    v10 v11  
    5050
    5151Arguments:
    52  * threadDebuggerID: The ThreadDebuggerID of the thread that should be continued. You can get this ID by calling GetThreadDebuggerStatus.
     52 * '''threadDebuggerID''': The ThreadDebuggerID of the thread that should be continued. You can get this ID by calling GetThreadDebuggerStatus.
    5353
    5454Returns:
     
    6666
    6767Arguments:
    68  * threadDebuggerID: The ThreadDebuggerID of the thread that should be stepped. You can get this ID by calling GetThreadDebuggerStatus.
     68 * '''threadDebuggerID''': The ThreadDebuggerID of the thread that should be stepped. You can get this ID by calling GetThreadDebuggerStatus.
    6969
    7070Returns:
     
    9898
    9999Arguments:
    100  * nestingLevel If you look at the function above (GetCallstack), nestingLevel=0 would point to the innermost stackframe (keywordTestOR). Native functions as "__eventhandler31" don't return any data.
    101  * threadDebuggerID The thread you want to get the a stack frame from.
     100 * '''nestingLevel''' If you look at the function above (GetCallstack), nestingLevel=0 would point to the innermost stackframe (keywordTestOR). Native functions as "__eventhandler31" don't return any data.
     101 * '''threadDebuggerID''' The thread you want to get the a stack frame from.
    102102
    103103
     
    124124
    125125Arguments:
    126  * filename A full Vfs path to a file
     126 * '''filename''' A full Vfs path to a file
    127127