rfc:debugoptions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
rfc:debugoptions [2011/01/14 21:40] stasrfc:debugoptions [2011/01/14 21:51] stas
Line 10: Line 10:
 ===== Introduction ===== ===== Introduction =====
  
-Debug backtrace functions are a very useful debug tool. However, for big projects, the problem that often happens is that when something happens inside the code, the debug trace becomes so big it's unmanageable. This is because it includes the arguments, and those can be complex data arrays, huge objects, etc. so when the trace is prepared or printed out, the useful information is drowned in the mass of white noise.+Debug backtrace functions are a very useful debug tool. However, for big projects, the problem that often happens is that when something happens inside the code, the debug trace becomes so big it's unmanageable. This is because it always includes the arguments, and those can be complex data arrays, huge objects, etc. so when the trace is prepared or printed out, the useful information is drowned in the mass of white noise.
  
 ===== Proposal ===== ===== Proposal =====
rfc/debugoptions.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1