Click here to Skip to main content
15,881,248 members
Articles / General Programming / Debugging

Debugging Live Systems

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
10 Mar 2022GPL318 min read 31.3K   377   24  
No breakpoints or drooling all over the console!
This article presents logging and trace tools that can be used in live systems. These tools gather information to help identify and reproduce bugs. One of the tools captures function calls and displays them in an indented "Who invoked whom?" format. A new tool is implemented by deriving from TraceRecord, which allows a common framework to manage all of a system's trace tools.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions