Changes between Version 6 and Version 7 of JavascriptDebugging


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

--

Legend:

Unmodified
Added
Removed
Modified
  • JavascriptDebugging

    v6 v7  
    3636Returns:
    3737{{{
     38#!js
    3839{ "ThreadDebuggerID" : 1,"ScriptInterfaceName" : "GUI","ThreadInBreak" : true,"BreakFileName" : "gui/gamesetup/gamesetup.js","BreakLine" : 1502 }
    3940}}}
     
    7980Returns:
    8081{{{
     82#!js
    8183{ "CallStacks" : [{"ThreadDebuggerID" : 1, "CallStack" : ["keywordTestOR","annonymous","testFilter","initMapNameList","selectMapType","__eventhandler31 (selectionchange)","initMain","onTick","__eventhandler28 (tick)"]}] }
    8284}}}
     
    108110Returns (shortened)
    109111{{{
     112#!js
    110113["globalscripts/Math.js","globalscripts/Technologies.js","hwdetect/hwdetect.js","hwdetect/test.js","gui/aiconfig/aiconfig.js","gui/civinfo/civinfo.js"]
    111114}}}
     
    122125Arguments:
    123126 * filename A full Vfs path to a file
    124 
    125 {{{
    126 #!js
    127 
    128 }}}
    129127