简体   繁体   English

VS 2013的断点目前不会被找到。 没有为该文档加载任何符号

[英]VS 2013 the break point will not currently be hit. no symbols have been loaded for this document

I have one exe and one dll(.net frame work 4.6.1). 我有一个exe和一个dll(.net框架工作4.6.1)。 I am mapping the dll to exe and i am able to build both the applications individually and mapping to gether in a single solution as well. 我将dll映射到exe,并且能够分别构建应用程序并映射到单个解决方案中。 i have placed some break points in both exe and dll. 我在exe和dll中都放置了一些断点。 when i try to start debugging in exe i am able to hit breakpoints and in dll i am not able to hit my break points. 当我尝试在exe中开始调试时,我能够达到断点,而在dll中,我无法达到断点。

I am not getting any error but when i move my cursor to breakpoint it is showing as 我没有收到任何错误,但是当我将光标移动到断点时,它显示为

"the break point will not currently be hit. no symbols have been loaded for this document" Previously i am able to work with this code and able to debug from exe to dll “此断点当前不会被击中。此文档未加载任何符号”以前,我能够使用此代码,并且能够从exe调试到dll。

Can you please help me on this issue. 您能帮我解决这个问题吗?

I tried in different ways from internet. 我从互联网尝试了不同的方式。 but my issue din't got resolved. 但是我的问题没有解决。

If you are remote debugging like I was this worked for me: 如果您像我这样进行远程调试,这对我来说是有用的:

  1. Cleaning solution/project whichever applies, 清洁溶液/项目,以适用者为准,
  2. Building solution/project, 建筑解决方案/项目,
  3. Copying PDB files from .\\bin\\debug location to the target folder on the host where your program is supposed to execute from. 将PDB文件从。\\ bin \\ debug位置复制到应该从中执行程序的主机上的目标文件夹。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS 2013断点目前不会被击中。 没有为此文档加载任何符号 - VS 2013 the breakpoint will not currently be hit. no symbols have been loaded for this document 当前不会命中断点。 未在 Unity 中为该文档加载任何符号 - The breakpoint will not currently be hit. No symbols have been loaded for this document in Unity VS-2012 :当前不会命中断点。 尚未为该文档加载任何符号 - VS-2012 : Breakpoint will not currently be hit. No symbols have been loaded for this document VS 2010,NUNit和“断点目前不会被击中。 没有为此文档加载任何符号“ - VS 2010, NUNit, and “The breakpoint will not currently be hit. No symbols have been loaded for this document” VS2015 目前不会命中断点。 没有为此文档加载任何符号 - VS2015 The breakpoint will not currently be hit. No symbols have been loaded for this document VS 2010远程调试器断点当前不会被命中。 没有为此文档加载任何符号 - VS 2010 remote debugger breakpoint will not currently be hit. No symbols have been loaded for this document 附加调试器 - 当前不会触发断点。 没有为此文档加载任何符号 - Attach Debugger - The breakpoint will not be currently hit. No symbols have been loaded for this document 断点当前不会被击中。在Silverlight应用程序中没有为此文档加载任何符号 - The breakpoint will not currently be hit. No symbols have been loaded for this document in a Silverlight application 断点当前不会被命中。 没有为该文档加载任何符号。 删除dll时 - The breakpoint will not currently be hit. No symbols have been loaded for this document. when debussing dll 此断点当前不会被命中。 在项目 asp.net web forms 中没有为此文档加载任何符号 - this breakpoint will not currently be hit. no symbols have been loaded for this document in project asp.net web forms
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM