Hello,
I would try jsLex to profile my JS apps but i can't.
I work with WAMP (2.0) on a Windows XP (SP3). I installed jsLex and when i go to
http://localhost/jsLex/jsLex.html (corresponding to
c:\wamp\www\jsLex\jsLex.html), all is OK : i can see the interface.
My app is located in c:\wamp\www\myApp
I also add <script type="text/javascript"
src="http://localhost/jsLex/javascript/jsLex.js"></script> in my
c:\wamp\www\myApp\index.php
I would like to profile it with jsLex. So i try to load "c:\wamp\www\myApp" :
nothing, no files... I try :
+ c:\wamp\www\myApp
+ c:\wamp\www\myApp\
+ c:\wamp\www\myApp\index.php
+ c:/wamp/www/myApp
+ c:/wamp/www/myApp/
+ c:/wamp/www/myApp/index.php
But nothing...
Could you help me please ?
Thanks,