eclipse调试debug时出现source not found 在代码中设置了断点,程序调试过程中可以继续运行使用断点,但是看不见程序走到哪了,debug页面出现source not found,出现这个原因是因为代码运行中没有找到相应的类,添加上就行了. 解决办法: 点击页面上的 edit source look up path,删除default,add-->java project,添加自己的web项目,这时候你会发现源码刚开始可以进入debug,但是一闪而过,此时关掉tomcat或者
原文链接: http://blog.csdn.net/star_huang/article/details/7678845 最近Eclipse调试时总是出现Application XXX is waiting for the debugger to attach的提示, 有的时候提示框会自动关闭并进入调试状态,但有的时候进入的是运行状态,最烦恼的是有时候模拟器上一直停留此对话框,反复调试依旧如此,老衲甚是苦恼. 个人感觉是某些调试状态尚未恢复或某些数据正在处理,在网上搜罗了下,归纳如下几种解决
前些天和同事交流调试技巧时,知道了 Eclipse debug 时有个 drop to frame 的技巧.这是我以前不知道的,自己又查了一下这个功能的含义.官方的解释是: Select the Drop to Frame command [ ] to re-enter the selected stack frame in the Debug View. Note this command is only available if the current VM supports drop t