调试方法...
哪为高手有vc6.0环境调试方法的资料没,我想参考下,谢谢 问题点数:20、回复次数:4Top
1 楼syy64(太平洋)回复于 2006-03-04 14:34:41 得分 0
MSDN上有呀。Top
2 楼xxbtop(没有最好,只有更好哦...)回复于 2006-03-04 14:49:42 得分 0
怎么找啊,我找不到啊Top
3 楼njvisual(抵制日貨,保衛中國領土釣魚島)回复于 2006-03-04 21:17:25 得分 0
到书店查找书看看。Top
4 楼syy64(太平洋)回复于 2006-03-06 11:24:24 得分 0
Debugging Your Program
You have created your application and resolved the build errors. Now it's time to find and correct those logic errors that keep your application or stored procedures from running correctly. You can do this with the development environment抯 integrated debugging functions.
This debugging section explains solutions to common problems in 32-bit programming. You抣l learn how to stop at procedure locations, inspect memory and register values, change variables, observe message traffic, and get a close look at how your code works -- or doesn抰!
--------------------------------------------------------------------------------
What do you want to do?
Learn how to prepare a program for debugging.
Learn how to use thedebugging tools.
Learn how to debug specific types of applications.
Read about special debugging techniques, problems, and solutions.
Debug an SQL stored procedure.
Interesting home pages
Visual C++ Editions Home Page Home for the entire Visual C++ product and gateway to all the documentation.
Compiling and Linking Information about building your program so you can test it.
Adding User Interface Features Look here to create user interface elements -- dialog boxes, toolbars, and much more.
Adding Program Functionality Tips for writing the code that implements what your program does.
Top




