473,795 Members | 3,175 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debugging woes

Hoping someone can help with this problem.

I am having a serious problem while debugging several C# web applications in
Visual Studio 2003 SP1.

All was fine until yesterday morning then when I tried debugging an
application after making some code changes and starting the debugger. The
IDE seems to be ignoring the changes in that it shows the code as I typed
it, but it is jumping to non-existant or commented out code. I have tried
deleting the debug, dll and all other files to no avail. I have also tried
restarting the debugger and changing various settings but I still can't get
it to work.

My next step is to get Visual Studio reinstalled (I work in a corporate
environment where this can take several days or a week to complete) so I'm
hoping for some help before that.

Many thanks in advance

Paul.


Feb 9 '07 #1
3 1287
In cases like this, it is always wise to challenge your assumptions.
*Do a clean rebuild of all modules (if you link to any libraries, make
sure you rebuild those too).
*Double check where visual studio is starting the app from
*Delete the app/dlls, then try to start debugging

--Jeremy
Paul Porthouse wrote:
Hoping someone can help with this problem.

I am having a serious problem while debugging several C# web applications in
Visual Studio 2003 SP1.

All was fine until yesterday morning then when I tried debugging an
application after making some code changes and starting the debugger. The
IDE seems to be ignoring the changes in that it shows the code as I typed
it, but it is jumping to non-existant or commented out code. I have tried
deleting the debug, dll and all other files to no avail. I have also tried
restarting the debugger and changing various settings but I still can't get
it to work.

My next step is to get Visual Studio reinstalled (I work in a corporate
environment where this can take several days or a week to complete) so I'm
hoping for some help before that.

Many thanks in advance

Paul.

Feb 10 '07 #2
Try deleting everything in the \bin\debug directory and then rebuild your
project.

Robin S.
"Paul Porthouse" <pa***********@ googlemail.comw rote in message
news:kt******** *********@text. news.blueyonder .co.uk...
Hoping someone can help with this problem.

I am having a serious problem while debugging several C# web applications
in
Visual Studio 2003 SP1.

All was fine until yesterday morning then when I tried debugging an
application after making some code changes and starting the debugger. The
IDE seems to be ignoring the changes in that it shows the code as I typed
it, but it is jumping to non-existant or commented out code. I have tried
deleting the debug, dll and all other files to no avail. I have also
tried
restarting the debugger and changing various settings but I still can't
get
it to work.

My next step is to get Visual Studio reinstalled (I work in a corporate
environment where this can take several days or a week to complete) so
I'm
hoping for some help before that.

Many thanks in advance

Paul.


Feb 10 '07 #3
On 10 Feb, 01:02, "RobinS" <Rob...@NoSpam. yah.nonewrote:
Try deleting everything in the \bin\debug directory and then rebuild your
project.

Robin S.

"Paul Porthouse" <paulportho...@ googlemail.comw rote in message

news:kt******** *********@text. news.blueyonder .co.uk...
Hoping someone can help with this problem.
I am having a serious problem while debugging several C# web applications
in
Visual Studio 2003 SP1.
All was fine until yesterday morning then when I tried debugging an
application after making some code changes and starting the debugger. The
IDE seems to be ignoring the changes in that it shows the code as I typed
it, but it is jumping to non-existant or commented out code. I have tried
deleting the debug, dll and all other files to no avail. I have also
tried
restarting the debugger and changing various settings but I still can't
get
it to work.
My next step is to get Visual Studio reinstalled (I work in a corporate
environment where this can take several days or a week to complete) so
I'm
hoping for some help before that.
Many thanks in advance
Paul.
Thanks for the replies guys,

Tried both of those, still no good tho :(

Paul

Feb 10 '07 #4

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

Similar topics

7
1721
by: Mark | last post by:
O, woe is me, to have seen what I have seen, see what I see! (That's Shakespeare for those who were wondering what I'm on about) I am "having fun" with cookies. And I wonder if I have missed something obvious.
4
3181
by: Glenn Reed | last post by:
This is just a general comment after trying my hand at some serious python programming for the first time. Have played with it for some time but this is the first serious thing I've done with it. (By serious I mean 650 lines of python code written for a client). The version of Python is the ActiveState version for Windows which included PythonWin IDE. Prior to that I learn't Perl and used it for sometime. What I miss with python is...
0
1529
by: Cedric | last post by:
This is a 3 weeks old problem, but having found a solution (and having looked for one here, finding only this message), I'm replying now. From: Jive (someone@microsoft.com) Subject: Upgrade woes: Numeric, gnuplot, and Python 2.4 Date: 2004-12-11 18:45:10 PST > Here's my sitch: > > I use gnuplot.py at work, platform Win32. > I want to upgrade to Python 2.4.
3
3455
by: Angel Cat | last post by:
Trying to get my jobs to send mail when job fails. Should be easy but it's giving me headache Had a whole slew of issues. Outlook is installed with a n outlook mail profile set up that can send mail in outlook. I can create a SendMail DTS and execute it to send mail Email works in these scenarios 1. I create a DTS package in SQL Server with just SendMail with the same Profile "ABC" and click Execute and it sends
2
1833
by: Andrew Thompson | last post by:
- NN 4.78 rendering woes, links at far left - I am trying to rework an old site, make it valid html and css, improving the x-browser and 'older browser' compatibility. My efforts so far, have been abysmal. See, for example, this screen shot of the very simple home page, it is not even 10% finished, but I have already run into problems. http://www.physci.org/test/xbrowser/nn478home01.png
2
1065
by: Jerry Camel | last post by:
I've read every post and KB article, etc that I can find. I thought I was having permissions issues in regards to getting remote debugging to work, but I worked through all of that and now I keep getting the error about the debugger not being installed properly. I've re-installed it several times and I still get the same error. Anyone have any thoughts on how to get past this so I can debug my app? Thanks.
2
1091
by: Tyrant Mikey | last post by:
Okay, I'm stumped. I'm writing a Visual Basic .NET Web Application and everything's been going marvelously until now. All of a sudden, Visual Studio will not debug the application. The application runs, but all my breakpoints are ignored. I have verified the following: 1. ASP Debugging is enabled in IIS. 2. The default configuration in the Visual Studio project is set to Debug (both build and run).
2
1221
by: Tyrant Mikey | last post by:
New oddness in debugging ASP.NET Web applications. (First off, I'm using VS.NET 2k3 to write an ASP.NET Web application in Visual Basic .NET.) I have a base class, which derives from System.Web.UI.WebForm. That class contains a number of methods that I want to use on virtually all of my pages. I have a break point set in one of the routines, named ShowAlert().
9
1552
by: Mark Rae | last post by:
Hi, This time, I'm looking for a regular expression which says "the string must contain exactly seven or exactly eight digits" e.g. 123456 fails 1234567 passes 12345678 passes 123456789 fails
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10163
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9040
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6780
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.