请问:使用eclipse的Debug,如何知道程序单步执行到那一个类中的那一行
在eclipse中进行单步跟踪,如何知道程序单步执行到那一个类中的那一行。谢谢 问题点数:50、回复次数:6Top
1 楼sportboys(多动男孩)回复于 2006-03-16 16:02:34 得分 10
strange question...
eclipse does debug step by step with the pointer to the specific line of specific java file as long as you have src fileTop
2 楼Mark_Chen(雨枫)回复于 2006-03-16 18:11:28 得分 10
调试的时候先设断点,按F5自动跳到相关的类中。Top
3 楼Fibona(Fibona)回复于 2006-03-16 21:14:10 得分 10
upTop
4 楼sportboys(多动男孩)回复于 2006-03-17 11:14:54 得分 10
Yes, break point is the prerequisite of debugging step by step...
shortcut meaning
F5 step in
F6 step over
F7 step returnTop
5 楼Angel1980(青灯佛影)回复于 2006-03-17 11:24:53 得分 10
但断点在3.1.2中不会高亮显示了,怎么回事呢Top
6 楼sportboys(多动男孩)回复于 2006-03-17 17:38:54 得分 0
sorry, I haven't used R3.1.2 yet...Top




