.NETGURU
breakpoint not firing
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngdebug' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Bill Swartz
-- Moved from [aspngfreeforall] to [aspngdebug] by Charles M. Carroll <Click here to reveal e-mail address> --

Has anyone ever run into a problem where breakpoints don't fire??

I have tried setting the breakpoint to a number of different lines with
no success.. (It worked yesterday, but doesn't seem to work today..)

Debug is set to true in my web.config file.

Any idea's or suggestions???

Thanks
Bill

Reply to this message...
 
    
Mark G. Thibault
I have had this happen and when it did I checked the debug=true line but
still no luck. On one system it has come and gone - I am assuming I am
doing something funky...

-----Original Message-----
From: Bill Swartz [mailto:Click here to reveal e-mail address]
Sent: Sunday, April 14, 2002 2:48 AM
To: aspngdebug
Subject: [aspngdebug] breakpoint not firing

-- Moved from [aspngfreeforall] to [aspngdebug] by Charles M. Carroll
<Click here to reveal e-mail address> --

Has anyone ever run into a problem where breakpoints don't fire??

I have tried setting the breakpoint to a number of different lines with
no success.. (It worked yesterday, but doesn't seem to work today..)

Debug is set to true in my web.config file.

Any idea's or suggestions???

Thanks
Bill

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Radim Hampel
I have same problem on Windows .NET Standard Server, on what OS are you
running it? And are you attaching to process(asp.net) or win form app?
Because in my system is form form app ok, but no debug in asp.net.

Radim Hampel
ecommerce.cz, a. s.

[Original message clipped]

Reply to this message...
 
    
Mark G. Thibault
My problem occurs on Windows 2000 Server with VS.NET Enterprise
Architect debugging web form (asp.net) apps. I have not done any work
with win form apps yet.

-----Original Message-----
From: Radim Hampel [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 2:10 AM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

I have same problem on Windows .NET Standard Server, on what OS are you
running it? And are you attaching to process(asp.net) or win form app?
Because in my system is form form app ok, but no debug in asp.net.

Radim Hampel
ecommerce.cz, a. s.

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Bill Swartz
Am running on WinXP Pro using ASP.Net / WebForms.

Have not been able to find anything from MSDN regarding this..

Microsoft... Any Idea's???

Bill

-----Original Message-----
From: Radim Hampel [mailto:Click here to reveal e-mail address]
Sent: Sunday, April 14, 2002 11:10 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

I have same problem on Windows .NET Standard Server, on what OS are you
running it? And are you attaching to process(asp.net) or win form app?
Because in my system is form form app ok, but no debug in asp.net.

Radim Hampel
ecommerce.cz, a. s.

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Robert Merriott
I am also having this problem and was about to post. I can add the
breakpoints, but when I run my web application (asp.net), the
Breakpoints then contain the red circle with a question mark inside. If
I hover over the breakpoints, it states that the breakpoint will not
execute since it is not found within executable code. However, this code
is executed.

Also running WinXP Pro, with VS.Net.

Thanks,

Robert Merriott

-----Original Message-----
From: Bill Swartz [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 9:02 AM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

Am running on WinXP Pro using ASP.Net / WebForms.

Have not been able to find anything from MSDN regarding this..

Microsoft... Any Idea's???

Bill

-----Original Message-----
From: Radim Hampel [mailto:Click here to reveal e-mail address]
Sent: Sunday, April 14, 2002 11:10 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

I have same problem on Windows .NET Standard Server, on what OS are you
running it? And are you attaching to process(asp.net) or win form app?
Because in my system is form form app ok, but no debug in asp.net.

Radim Hampel
ecommerce.cz, a. s.

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Kloberg Mac (LAM) (VIP)
I recall that VS does that when you compiled your project in "Release" mode.

Are you certain that you're running in "Debug" mode?

To check, go to Project Properties -> Configuration Properties.

In the top left corner, there should be a dropdown called "Configuration"
which has either "Active(Debug)" or "Active(Release)" in it.

You want "Active(Debug)" in there for the breakpoints to work (click the
"Configuration Manager" button to switch).

hth
--
Sincerely,
Mac Kloberg
LIEBHERR AMERICA INC.
http://www.liebherr.com

[Original message clipped]

Reply to this message...
 
    
Alex Lowe
Check out
(http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306169).

Alex - AspFriends.com Moderation Team
Microsoft MVP - ASP.NET

***********************************************************
Have a question about using client side coding in your ASP.NET pages?
Send your question to [aspngclient]
(http://www.aspfriends.com/aspfriends/aspngclient.asp)
***********************************************************

[Original message clipped]

Reply to this message...
 
    
Robert Merriott
Hello

Thanks for the link, but unfortunately, I am running my ASP.net
application in debug mode. After further testing, I realized that some
pages do go through the debugger stopping at breakpoints, but the page
that I am currently trying to debug does not.

You can see a screenshot of my page at:
http://www.trackyourdiet.com/examples/VSDebugError.gif

As you can see within this screenshot, my breakpoints are set and the VS
is in Debug mode, but VS.net complains regarding the breakpoints stating
that the code is not executable, however, the code does execute.

Any suggestions?

Robert Merriott

-----Original Message-----
From: Alex Lowe [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 12:13 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

Check out
(http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306169).

Alex - AspFriends.com Moderation Team
Microsoft MVP - ASP.NET

***********************************************************
Have a question about using client side coding in your ASP.NET pages?
Send your question to [aspngclient]
(http://www.aspfriends.com/aspfriends/aspngclient.asp)
***********************************************************

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Bill Swartz
Robert, You definitely can't put a breakpoint on a non-executable line.

The "}" and "(" are non-executable line. Try eliminating ever
breakpoint
except the String sMenu = Menu.Txt; and see how that works.

Bill

-----Original Message-----
From: Robert Merriott [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 4:19 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

Hello

Thanks for the link, but unfortunately, I am running my ASP.net
application in debug mode. After further testing, I realized that some
pages do go through the debugger stopping at breakpoints, but the page
that I am currently trying to debug does not.

You can see a screenshot of my page at:
http://www.trackyourdiet.com/examples/VSDebugError.gif

As you can see within this screenshot, my breakpoints are set and the VS
is in Debug mode, but VS.net complains regarding the breakpoints stating
that the code is not executable, however, the code does execute.

Any suggestions?

Robert Merriott

-----Original Message-----
From: Alex Lowe [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 12:13 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

Check out
(http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306169).

Alex - AspFriends.com Moderation Team
Microsoft MVP - ASP.NET

***********************************************************
Have a question about using client side coding in your ASP.NET pages?
Send your question to [aspngclient]
(http://www.aspfriends.com/aspfriends/aspngclient.asp)
***********************************************************

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Bill Swartz
Alex, thanks. This is EXACTLY what my problem was. I guess the big
question that will probably never be answered is...... What reset
that flag in the first place??

Thanks for the help.
Bill

-----Original Message-----
From: Alex Lowe [mailto:Click here to reveal e-mail address]
Sent: Monday, April 15, 2002 12:13 PM
To: aspngdebug
Subject: [aspngdebug] RE: breakpoint not firing

Check out
(http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306169).

Alex - AspFriends.com Moderation Team
Microsoft MVP - ASP.NET

***********************************************************
Have a question about using client side coding in your ASP.NET pages?
Send your question to [aspngclient]
(http://www.aspfriends.com/aspfriends/aspngclient.asp)
***********************************************************

[Original message clipped]

| [aspngdebug] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngdebug.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 
System.Windows.Forms.Menu




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification