473,513 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why can I still hit the break point without the pdb file

Hi,
I did the following several steps, and am confused why I can hit the breakpoint in the code behind file even after the pdb file is removed.
(1) I build an ASP.net project in release mode with 'Generate PDB file' checked by using VS.Net 2002
(2) I remove the pdb file from the bin directory.
(3) I use IE to launch the site,
(4) I close the original solution, and open one code behind file( .aspx.cs ) file in vs.net
(5) I attatch this debugger to the aspnew_wp.exe
(6) I am supprised that I can set breakpoint at the line in the code behind( .aspx.cs) file and hit the breakpoint there. As I said I have already removed .pdb file in step 2. I checked the temp directory for this web application under winnt\microsoft.net..., and the .pdf file is not there which is correct as I removed the pdb file from the original bin directory before I launch the site for the first time.

Am I doing something wrong? Does the debug information happen to be stored in the .dll(Is this possible ?)

Any one has any idea? Thanks in advance.

Jazz

Nov 18 '05 #1
1 821
Try to restart IIS after you deleted the file and then try again.
else go to C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry ASP.NET
Files and locate the application and delete it. Then try again.

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
294
by: James Fike | last post by:
Okay the wierdest thing has started happening to me. Everytime I use a MessageBox.Show in Debug Visual Studio breaks for a break point thats in the System.Windows.Forms.MessageBox.ShowCore...
7
1432
by: Job Lot | last post by:
have a main form with menu control on it. I am opening various forms on click of different menu items. Below is one the procedure I am using. I am running my app in Debug mode. Private Sub...
26
2494
by: Chris Potter | last post by:
Hello everyone. I am taking my first course in C and in one of my assignments i need to print out an array that could have anywhere from 0 to 100 positive integers in it (a negative integer is...
2
4199
by: ichor | last post by:
hi i want to add a conditional break in my vb.net code. like we could in vb6. for example if the counter = 10 then break at that point. kindly let me know if thats possible in vb.net Ichor
12
1939
by: Zytan | last post by:
Can I break the debugger into a worker thread? Right now, my app is freezing, and when I press pause, it stops on: Application.Run(new MyForm()); I don't know what that means. I know the...
26
3198
by: a.mil | last post by:
I am programming for code-speed, not for ansi or other nice-guy stuff and I encountered the following problem: When I have a for loop like this: b=b0; for (a=0,i=0;i<100;i++,b--) { if (b%i)...
10
7769
by: Stephen Plotnick | last post by:
I'm using VB 2005 and Excel 2007 and cannot figure out how to insert a page break before line 72. I've tried several ways but always get an exception error. Thanks in advance.
1
2407
by: Vinnie123 | last post by:
What in the world is going on here? I cannot get my "break" statement to work. When I run this class, I get the following output: >>> ---BREAK--- 0 WHY WON'T YOU BREAK count = 0 Traceback...
3
1585
by: suvarna1026 | last post by:
Hi,I got traped about an unknown error. I have made HttpUpload Component(OCX) in VB6.0.It is working fine only when I give break point in my application(I mean I can upload file on server only when...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7545
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5692
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4751
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3228
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.