首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个帮助调试大型项目的库

一个帮助调试大型项目的库

  • 资源大小:95.26 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Academic Debug

资 源 简 介

Most of us are prone to using printf statements while debugging large projects. In certain instances when too many variables are manipulated in a section of code, it becomes impossible to keep track of the values by hand, in which case we, no matter what resort to such techniques. But the problem is we cannot collate data together. When we print the values of variables we will have to move back and forth to see if they were actually manipulated the way they should have been. Print Buffer enables you to collate manipulation of the values of variables together and view them all at once. If the code were looping through a section of code: for(...){ i = expression 1; j = expression 2; k = expression 3; } when you write traditional printf statements, i,j,k are printed one after the other for each execution of the loop. Print Buffer allows you to collate all manipulations of i, j, k in separate buffers and then view them a

文 件 列 表

license.txt
src
Makefile
printbuffer.c
test.c
printbuffer.h
doc
html
search
search_l.png
latex
Makefile
About.pdf
html
search
mag_sel.png
VIP VIP
0.182985s