From: http://ajaxian.com/archives/tracetool-now-with-open-source-javascript-client
Thierry Parent has released a new version of TraceTool, his open source tracer program, with a JavaScript client.
The javascript TraceTool API is a cross browser (tested under Internet Explorer 6, Internet Explorer 7, Firefox 2 and Opera for mobile) and cross domain tracing solution (maybe the first one). The viewer can be installed on any windows PC (localHost for example) while you are displaying a page from another server. Debuging a Web page from your mobile is very easy. Just configure the TraceTool JavaScript client to use the viewer on the network.
To allow sending traces to another server as the original page (Cross domain communication), the API does not use Ajax (Single domain) but dynamic script creation. Traces are encoded and passed in parameter to the viewer. Large trace messages are split into multiple scripts.
With this API , you can send simple traces, objects , dump, call stack, manipulate traces (sub traces, delete, append,…) and more.
An ideal complement to firebug and a great enhancement to IE debugging with one API for Java, JavaScript, .Net, Delphi, C++ and ActiveX.
分享到:
相关推荐
"Now Open Source"表明该项目的源代码已经公开,允许社区成员查看、学习、修改和分发,这通常是遵循某种开放源代码许可协议,如GPL、MIT或Apache等。"Windows source code"指的可能是这个项目中包含了部分对Windows ...
### 使用JavaScript增强交互效果 #### 标题与描述解析 标题“使用JavaScript增强交互效果”直接指出了文章的主题,即如何利用JavaScript这种编程语言来提升网页的交互性。描述部分进一步解释了文章的核心内容:...
Hit the ground running with Microsoft’s lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework Core Find complete coverage of XAML, ...
It was painful, but over time, we started making use of reusable Open Source tools that dramatically reduced the time taken to develop these applications. We also started questioning which ...
many modern browsers and mobile devices already support HTML5 and CSS3. This book gets you up to speed on the new HTML5 elements and CSS3 features you can use right now, and backwards compatible ...
leaflet-osm是一个插件,用于渲染来自openstreetmap.org的图块和矢量数据。 例如,openstreetmap.org网站可以使用它在基础地图上突出显示特定的或。 使用范例 平铺层 new L . OSM . Mapnik ( ) . addTo ( map ) ; /...
Create modern-looking & feature-rich Windows applications faster with well over 400 components in one money and time saving bundle for Delphi 7, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8...
资源分类:Python库 所属语言:Python 资源全名:servicenow-api-client-0.0.8.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Along with HTML and CSS, it is one of the three essential technologies of World Wide Web content production, and is an open source and cross-platform technology. The majority of websites employ ...
Like it or not, JavaScript is everywhere these days—from browser to server to mobile—and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and ...
now now-examples/redirect 系统会要求您提供REDIRECT_URL 。 REDIRECT_URL的示例是: https://www.example.com : https://www.example.com 部署完成后,您可以为自定义域创建别名: now alias <unique> example....
New: Options > Load Configuration now has an option to import version 3.5 Custom Commands. Fix: C/C++ Source File: added *.hh file association Fix: Project > Add and Remove Project Files - fixed ...
Some familiarity with web technologies (JavaScript) would be helpful. Prior ServiceNow experience is not necessary. Table of Contents The Interface Lists and Forms UI Customization Understanding Data...
### JavaScript语法手册知识点详解 #### 一、JavaScript函数 JavaScript是一种广泛使用的编程语言,尤其适用于Web开发。在JavaScript中,函数是一段可重用的代码块,用于执行特定任务。 ##### 1. GetObject函数 -...
JavaScript是一种广泛应用于网页和网络应用开发的编程语言,尤其在处理动态内容和用户交互方面具有强大的功能。在HTML中,JavaScript通常与CSS一起被用来增强用户体验,实现网页的动态效果和交互性。在这个主题"Time...