jTracer 1.02 发布,此版本更新内容如下:
features a massive code rework where the project architecture was changed to facilitate keep-alive sockets
A libcsdbg-debugged process can now use a single connection (unique session) to send all the trace data
Using one socket for all LDP messages has obvious advantages, as distances between peers increase
This results in smaller, better implementations, with smaller memory footprint and lower time complexity
Classes were redesigned (a session manager is added) to declutter the big objects in older versions
The GUI was further optimized
Various bugs were identified and fixed
jTracer 是 libcsdbg 的可视化工具。当 libcsdbg 为异常、线程创建一个堆栈跟踪,可配置通过 TCP/IP 来广播跟踪的数据。而 jTracer 捕获这些数据并通过可视化的方式展示给用户,可进行各种排序。
项目主页:http://sourceforge.net/projects/libcsdbg/
下载地址:http://sourceforge.net/projects/libcsdbg/files/jTracer/
来自:开源中国社区

