eclipse debug expression,watch,inspect,display

eclipse debug 技巧:[url]http://blog.csdn.net/niqinwen/article/details/8965340[/url]
eclipse调试java程序的九个技巧:[url]http://www.cnblogs.com/lingiu/p/3802391.html[/url]
新建调试类:
package test;
import java.util.HashMap;
import java.util.Map;
public class testString {
@SuppressWarnings({ "unchecked", "rawtypes" })
public static void main(String[] args) {
/*String test = "this is test! " +
" ";
test.replaceAll("[\\t\\n\\r]", "").trim();
System.out.println("=========trim:"+test.trim());
System.out.println("=========repalce:"+test.replaceAll("[\\t\\n\\r\\s]", "").trim());*/
Map tMap = new HashMap<Object,String>();
tMap.put("1", "1");
tMap.put("2", "2");
tMap.put("3", "3");
for(Object oj : tMap.keySet()){
tMap.get(oj);
//选中则这一行,右键,inspect,watch,dispaly表达式tMap.get("2");
//inspect在本行上,显示表达式信息
//watch添加的expression窗口
//diplaly在display窗口显示
tMap.get("2");
}

}
}

添加Wathch变量到Expression,添加表达式到display如下图:

[img]http://dl2.iteye.com/upload/attachment/0120/5300/360307db-b528-3a19-899e-4c721a55104c.png[/img]

选中某一行,右击,如下图:


[img]http://dl2.iteye.com/upload/attachment/0120/5307/c0967a93-1af9-3a20-a2e2-e88a27cd53d2.png[/img]


//inspect在本行上,显示表达式信息
//watch添加的expression窗口
//diplaly在display窗口显示
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值