there is no source code available for the current location的解决方法

今天遇到该问题,clean and rebuild 不行。

Tools->Options->Debugging->General->去掉Require source files to exactly match the original version之前的勾即可。

我怀疑可能是输入某些不兼容的编码导致,因为在编译信息中发现一个警告:
warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss。。。

时间: 2024-11-03 22:04:14

there is no source code available for the current location的解决方法的相关文章

C#调试含有源代码的动态链接库遇见there is no source code available for the current location提示时的解决方案

C#调试含有源代码的动态链接库遇见there is no source code available for the current location提示时的解决方案: 1.首先试最常规的方法:Clean and then rebuild solution,但是没有解决 2.进入Tools>Options,选择Debugging>General 却掉 Enable address-level debugging 选项,在去掉 Require source files to exactly ma

Code::Blocks13.12不能编译运行的解决方法

昨天装了个重新装了个系统,结果发现用以前的安装包在装完Code::blocks之后,无论是快捷键F9,还是点上面的菜单里的编译运行,怎么都没反应,就去网上搜寻各位大神的解法,结果发现,貌似都不怎么给力呀... 今天刚到实验室,就自己乱搞了搞,结果竟然可以了,哈哈,好神奇~~~ 其实是怎么回事呢,就是Code::Blocks里面的编译器的路径它默认的是放在C:\MinGW,但是可能你的电脑里没有这个文件夹,或者是这个文件夹下没有GNU GCC compiler,这样就会在安装完成的时候提醒你,在你

CRC32 Source Code

/* The Quest Operating System * Copyright (C) 2005-2010 Richard West, Boston University * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar

【开源】海看源代码统计工具 Haikan Source Code Counter

Haikan Source Code Counter 海看源代码统计工具 BY 杭州海看网络科技有限公司 ------------------- github上的地址: https://github.com/haikanwhf/HaikanSourceCodeCounter ------------------ 海看源代码统计工具V1.7.rar

Tips for newbie to read source code

作者:ll kid链接:https://zhuanlan.zhihu.com/p/23796485来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. This post is first posted on my WeChat public account: GeekArtT Reading source code is always one big part for software engineers. Just like the writers to learn

About building ant & install ant on centos7 {ant source code 1.94}

? ? ? ? ? ? ? hamcrest-junit-2.0.0.0.jar java-hamcrest-2.0.0.0.jar ? copy to ant-sourceCodeDir/lib/optimal ? ? ? ? About building ant & install ant on centos7 {ant source code 1.94}

退役笔记一#MySQL = lambda sql : sql + ' Source Code 4 Explain Plan '

Mysql 查询执行过程 大致分为4个阶段吧: 语法分析(sql_parse.cc<词法分析, 语法分析, 语义检查 >) >>sql_resolver.cc # JOIN.prepare 生成逻辑查询plan(sql_optimizer.cc) >># JOIN.optimize 生成物理查询plan(sql_planner.cc) run the explain plan(sql_executor.cc) 退役笔记一#MySQL = lambda sql : sql

Notepad++如何安装并使用source code pro 字体 转

http://blog.yucanlin.cn/2015/04/08/linux-%E5%AE%89%E8%A3%85-source-code-pro-%E5%AD%97%E4%BD%93/ http://dreamume.blog.163.com/blog/static/18492371920136515710747/ 第一步: 下载并解压source code pro安装包 第二步: 安装字体,双击.ttf文件,并选择安装. 第三步: 选择箭头所指项. 注意:一定要选择使用全局字体,和使用全

android activity 启动过程分析(source code 4.4)

说实话,android source code从2.3到4.4变化是蛮多的,尤其是media部分,虽然总的框架是没有多大变化,但是找起代码来看还是挺麻烦的.在android里面最受伤的是使用了java,jni,jvm,Nativity c++等等,各种设计模式横行,当然在学习源码过程中也意识了编程语言基础,数据结构,设计模式的重要性. android source code 经典的地方: 1. 大量使用了各种设计模式如单例模式,装饰模式,工程工厂模式,适配器模式等等. 2. 使用了binder驱