PC Review


Reply
Thread Tools Rate Thread

The breakpoint will not currently be hit. Compiler error help.

 
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      13th Feb 2007
Hi Everyone,
I just started to get this error today.
"The breakpoint will not currently be hit. The source code is different then
the original.
It seems to walk right over my breakpoints. I'm not sure whats going on
here. I only have the code in one location, so I'm not sure why I'd get a
message like this. Thanks for any suggestions.
Michael Lee

 
Reply With Quote
 
 
 
 
tomb
Guest
Posts: n/a
 
      13th Feb 2007
This happens when the compiled code doesn't match the source code.
Something in the code changed just prior to executing it. Try just
rebuilding the app and then run it in debug mode.

T

Michael wrote:
> Hi Everyone,
> I just started to get this error today.
> "The breakpoint will not currently be hit. The source code is different then
> the original.
> It seems to walk right over my breakpoints. I'm not sure whats going on
> here. I only have the code in one location, so I'm not sure why I'd get a
> message like this. Thanks for any suggestions.
> Michael Lee
>
>

 
Reply With Quote
 
Larry Linson
Guest
Posts: n/a
 
      14th Feb 2007
DOTNET doesn't support debugging; well at least not edit and continue




On Feb 13, 1:26 pm, tomb <t...@technetcenter.com> wrote:
> This happens when the compiled code doesn't match the source code.
> Something in the code changed just prior to executing it. Try just
> rebuilding the app and then run it in debug mode.
>
> T
>
>
>
> Michael wrote:
> > Hi Everyone,
> > I just started to get this error today.
> > "The breakpoint will not currently be hit. The source code is different then
> > the original.
> > It seems to walk right over my breakpoints. I'm not sure whats going on
> > here. I only have the code in one location, so I'm not sure why I'd get a
> > message like this. Thanks for any suggestions.
> > Michael Lee- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      14th Feb 2007
..Net 2.0/VS2005 does.

Robin S.
------------------------
"Larry Linson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> DOTNET doesn't support debugging; well at least not edit and continue
>
>
>
>
> On Feb 13, 1:26 pm, tomb <t...@technetcenter.com> wrote:
>> This happens when the compiled code doesn't match the source code.
>> Something in the code changed just prior to executing it. Try just
>> rebuilding the app and then run it in debug mode.
>>
>> T
>>
>>
>>
>> Michael wrote:
>> > Hi Everyone,
>> > I just started to get this error today.
>> > "The breakpoint will not currently be hit. The source code is
>> > different then
>> > the original.
>> > It seems to walk right over my breakpoints. I'm not sure whats going
>> > on
>> > here. I only have the code in one location, so I'm not sure why I'd
>> > get a
>> > message like this. Thanks for any suggestions.
>> > Michael Lee- Hide quoted text -

>>
>> - Show quoted text -

>
>



 
Reply With Quote
 
pfc_sadr@hotmail.com
Guest
Posts: n/a
 
      14th Feb 2007
Robin

if I want your opinion; I would find a bloody ****ing tampon; smear it
on the wall and scribble some code in crayon

sound good bitch?







On Feb 13, 10:14 pm, "RobinS" <Rob...@NoSpam.yah.none> wrote:
> .Net 2.0/VS2005 does.
>
> Robin S.
> ------------------------"Larry Linson" <larrylinso...@hotmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > DOTNET doesn't support debugging; well at least not edit and continue

>
> > On Feb 13, 1:26 pm, tomb <t...@technetcenter.com> wrote:
> >> This happens when the compiled code doesn't match the source code.
> >> Something in the code changed just prior to executing it. Try just
> >> rebuilding the app and then run it in debug mode.

>
> >> T

>
> >> Michael wrote:
> >> > Hi Everyone,
> >> > I just started to get this error today.
> >> > "The breakpoint will not currently be hit. The source code is
> >> > different then
> >> > the original.
> >> > It seems to walk right over my breakpoints. I'm not sure whats going
> >> > on
> >> > here. I only have the code in one location, so I'm not sure why I'd
> >> > get a
> >> > message like this. Thanks for any suggestions.
> >> > Michael Lee- Hide quoted text -

>
> >> - Show quoted text -- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      14th Feb 2007
Hi Tomb,
Thanks for the reply. I have a question for you. I just installed Visual
SourceSafe 2005. Could this be the cause of the problem. So far this is the
only project I have that gives me this error. If it is Sourcesafe, then is
there a special way to setup Sourcesafe with Visual Studio 2005 and 2003.
Thanks
Michael


"tomb" wrote:

> This happens when the compiled code doesn't match the source code.
> Something in the code changed just prior to executing it. Try just
> rebuilding the app and then run it in debug mode.
>
> T
>
> Michael wrote:
> > Hi Everyone,
> > I just started to get this error today.
> > "The breakpoint will not currently be hit. The source code is different then
> > the original.
> > It seems to walk right over my breakpoints. I'm not sure whats going on
> > here. I only have the code in one location, so I'm not sure why I'd get a
> > message like this. Thanks for any suggestions.
> > Michael Lee
> >
> >

>

 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      14th Feb 2007
Hi Everyone,
I got the error partly taken care of, but the error message just changed.
What I did do was remove the project from Sourcesafe and removed all the
sourcesafe files from the projects. That includes any reference to sourcesafe
even in the Project files and the solution file.
The breakpoint error is:
""The breakpoint will not currently be hit. No symbols have been loaded for
this document"
I also want to descibe how I have the project layed out, maybe this problem
will make more since.
The project is devided into a few projects. I have the following projects:
IntTreatPlan - a dll add-in to gather and print a word doc.
TreatReview - a dll add-in to gather and print a word doc.
PluginSDK - a dll that contains the logic to manage add-ins in my program.
MyDocs - The main application.

I have the compile option set to "bin\Release\". Thats what it defaulted to
even though I put it in the debug more. I changed the output path in all the
other projects to MyDocs "bin\Release\", so that main project could see the
dlls of the other projects. (If I should not do this, please let me know of a
better way)
I have also made sure that the Generate Debug info option to Full is set for
every project. I also checked "Define Debug constant" although I didn't think
that this would solve the problem. Thanks
Michael



"Michael" wrote:

> Hi Everyone,
> I just started to get this error today.
> "The breakpoint will not currently be hit. The source code is different then
> the original.
> It seems to walk right over my breakpoints. I'm not sure whats going on
> here. I only have the code in one location, so I'm not sure why I'd get a
> message like this. Thanks for any suggestions.
> Michael Lee
>

 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      14th Feb 2007
I did some more testing and it seems as if only two of the projects are
having this problem:
> IntTreatPlan - a dll add-in to gather and print a word doc.
> TreatReview - a dll add-in to gather and print a word doc.

The other projects I can set a breakpoint and have it stop on the spot. Hope
this may help.
Michael


"Michael" wrote:

> Hi Everyone,
> I got the error partly taken care of, but the error message just changed.
> What I did do was remove the project from Sourcesafe and removed all the
> sourcesafe files from the projects. That includes any reference to sourcesafe
> even in the Project files and the solution file.
> The breakpoint error is:
> ""The breakpoint will not currently be hit. No symbols have been loaded for
> this document"
> I also want to descibe how I have the project layed out, maybe this problem
> will make more since.
> The project is devided into a few projects. I have the following projects:
> IntTreatPlan - a dll add-in to gather and print a word doc.
> TreatReview - a dll add-in to gather and print a word doc.
> PluginSDK - a dll that contains the logic to manage add-ins in my program.
> MyDocs - The main application.
>
> I have the compile option set to "bin\Release\". Thats what it defaulted to
> even though I put it in the debug more. I changed the output path in all the
> other projects to MyDocs "bin\Release\", so that main project could see the
> dlls of the other projects. (If I should not do this, please let me know of a
> better way)
> I have also made sure that the Generate Debug info option to Full is set for
> every project. I also checked "Define Debug constant" although I didn't think
> that this would solve the problem. Thanks
> Michael
>
>
>
> "Michael" wrote:
>
> > Hi Everyone,
> > I just started to get this error today.
> > "The breakpoint will not currently be hit. The source code is different then
> > the original.
> > It seems to walk right over my breakpoints. I'm not sure whats going on
> > here. I only have the code in one location, so I'm not sure why I'd get a
> > message like this. Thanks for any suggestions.
> > Michael Lee
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible VS2003 c# compiler bug: error CS0584: Internal Compiler Error: stage 'COMPILE' symbol '' eblanco Microsoft Dot NET Framework 0 28th Jul 2006 09:40 PM
Compiler Error Message: The compiler failed with error code -1073741819 Ram Microsoft ASP .NET 0 13th Sep 2005 10:52 AM
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'f:\vs70builds\3077\vc\Compiler\Utc\src\P2\main.c', line 148) PufferFish Microsoft VC .NET 10 6th Aug 2004 10:33 PM
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) =?Utf-8?B?TWFyY28gTm92YQ==?= Microsoft VC .NET 9 27th Apr 2004 06:55 PM
Compiler Error Message: The compiler failed with error code 128. Yan Microsoft ASP .NET 0 21st Jul 2003 11:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:11 PM.