Source not found :Edit Source Lookup Path 解决方案

作者原创,转载请注明转载地址

在eclipse中用debug调试的时候,出现了以下问题,很是尴尬,经常碰到,所以有必要进行总结一下:

对该问题有两种解决方案,

一种比较文明:解决方法可参考如下网址:

http://blog.csdn.net/zkn_cs_dn_2013/article/details/48731133

另一种比较粗暴:直接把弹出的页面关闭了,继续进行debug调试

时间: 2024-11-06 03:40:57

Source not found :Edit Source Lookup Path 解决方案的相关文章

eclipse+tomcat+maven debug的时候总是出现source not found /Edit lookup path...的问题解决方案

eclipse+tomcat+maven debug的时候总是出现source not found /Edit  lookup path...的问题解决方案 这个问题纠结好久好久.... 问题出现的环境 IED:eclipse 包管理:maven 容器:tomcat 项目debug struts中的源码 问题描述 编写好代码之后,想着跟踪一下源码看看,可是总是出现 按照以往经验,直接点击[edit.....]关联上本工程之后就可以debug.在完成关联之后,会出现下面的情况 突然出现断点指向的源

eclipse调试(debug)的时候,出现Source not found,Edit Source Lookup Path,一闪而过

问题描述 使用Eclipse调试代码的时候,打了断点,经常出现Source not found,网上找了半天,大部分提示点击Edit Source Lookup Path,添加被调试的工程,然而往往没啥效果,一闪而过,淡淡的忧伤... 一种可能的解决办法 一种可能原因是编译的class不是最新的. 解决办法:Eclipse选择Project菜单,点击clean...,清理下工程,使之重新构建,然后打断点调试,竟然好了.

Django Version 1.6 View source analysis about edit.py

Source:Django Version 1.6 View source analysis about edit.py 先放在自己网站 现在在这里PO出来希望对大家有些帮助 以前写的 今儿才记得 以后再续吧 from __future__ import unicode_literals from django.core.exceptions import ImproperlyConfigured, ObjectDoesNotExist from django.db import models

Maven错误 diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)问题解决

如果在Maven构建时出现: diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator) 的错误,是由于使用了complier的插件版本为1.5导致的,因为在默认不配置情况下,Maven3默认为1.5,此时如果项目上使用泛型,那么就会出现错误. 解决方法就是升级为1.8,具体参考:http://www.cnblogs.com/EasonJim/p/681

source insight中文注释乱码问题的解决方案

SI的使用技巧:在我的搜集的文档里有一篇专门写的,可以看 最近使用source insight查看一些开源代码,显示中文就乱码,据说是因为source insight不支持utf-8编码,默认编码方式为ANSI码.所以需要将utf-8等非ANSI码的文件转换成source insight默认支持的ANSI码格式才能显示中文不乱码.    解决方案如下: 一.单个文件转换 对于单个文件,好说,只要将非ANSI码格式的文件转换成ANSI码格式即可,方法如下:1.将文件用ultraEdit32打开,选

source命令用法:source FileName

转自https://zhidao.baidu.com/question/59790034.html  写得很清楚,就直接搬过来了备忘 作用:在当前bash环境下读取并执行FileName中的命令. 注:该命令通常用命令"."来替代. 使用范例: 1.source filename 2.. filename #(中间有空格) source命令(从 C Shell 而来)是bash shell的内置命令.点命令,就是个点符号,(从Bourne Shell而来)是source的另一名称. 同

jsp页面提示“Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path”解决方案

Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 新建jsp页面老提示: Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was

安装新版xampp后apache无法启动提示:Apache Service detected with wrong path解决方案

我以前安装过xampp,因为学习thingPHP需要升级PHP5.0以上,所以我就卸掉了xampp,从新安装新版本的xampp其中PHP是最新版的,但是安装后启动xampp提示如下: Apache Service detected with wrong path.Change XAMPP Apache and Control Panel settings orUninstall/disable the other service manually first Found Path: "H:\pr

Eclipse创建maven工程后没有build path解决方案

1.修改maven工程下的.project文件为如下内容 <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>Coshaho</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand