473,778 Members | 1,913 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Get debugging to stop on line executing when error occurs

Is there a setting in VS2003 to ensure that when debugging a page it will
stop on all errors. At present it just displays a page with the error but I
want it to stop at that line when the error occurs so I can see the
variables etc.

Lloyd Sheen
Nov 18 '05 #1
3 1922
Hi Lloyd

Before you start debugging go to the menu choose Debug -> Exceptions... ->
Click "Common Language Runtime Exceptions" and then in de region "When the
exception is thrown" select "Break into the debugger"

Any CLR exception will break into the debugger and the corresponding line
(if possible) will be highlighted.

Kind regards

Christophe
"Lloyd Sheen" <sq************ *******@tostops pamhotmail.com> wrote in message
news:ku******** ***********@new s01.bloor.is.ne t.cable.rogers. com...
Is there a setting in VS2003 to ensure that when debugging a page it will
stop on all errors. At present it just displays a page with the error but I want it to stop at that line when the error occurs so I can see the
variables etc.

Lloyd Sheen

Nov 18 '05 #2
Great thanks.

Lloyd Sheen

"Christophe Gijbels" <Gi*****@NOSPAM pandora.be> wrote in message
news:QU******** *************@p hobos.telenet-ops.be...
Hi Lloyd

Before you start debugging go to the menu choose Debug -> Exceptions... ->
Click "Common Language Runtime Exceptions" and then in de region "When the exception is thrown" select "Break into the debugger"

Any CLR exception will break into the debugger and the corresponding line
(if possible) will be highlighted.

Kind regards

Christophe
"Lloyd Sheen" <sq************ *******@tostops pamhotmail.com> wrote in message news:ku******** ***********@new s01.bloor.is.ne t.cable.rogers. com...
Is there a setting in VS2003 to ensure that when debugging a page it will stop on all errors. At present it just displays a page with the error
but I
want it to stop at that line when the error occurs so I can see the
variables etc.

Lloyd Sheen


Nov 18 '05 #3
Now there is another problem. Each time I debug, the program stops before
anything occurs, giving an error message "Access to ther path h8mtjjing.dll"
is denied (actually the dll name changes). If I continue things are ok but
this makes debugging a bit difficult and time consuming.

Lloyd Sheen

"Lloyd Sheen" <sq************ *******@tostops pamhotmail.com> wrote in message
news:Bd******** ************@ne ws01.bloor.is.n et.cable.rogers .com...
Great thanks.

Lloyd Sheen

"Christophe Gijbels" <Gi*****@NOSPAM pandora.be> wrote in message
news:QU******** *************@p hobos.telenet-ops.be...
Hi Lloyd

Before you start debugging go to the menu choose Debug -> Exceptions... ->
Click "Common Language Runtime Exceptions" and then in de region "When

the
exception is thrown" select "Break into the debugger"

Any CLR exception will break into the debugger and the corresponding line (if possible) will be highlighted.

Kind regards

Christophe
"Lloyd Sheen" <sq************ *******@tostops pamhotmail.com> wrote in

message
news:ku******** ***********@new s01.bloor.is.ne t.cable.rogers. com...
Is there a setting in VS2003 to ensure that when debugging a page it

will stop on all errors. At present it just displays a page with the error

but
I
want it to stop at that line when the error occurs so I can see the
variables etc.

Lloyd Sheen



Nov 18 '05 #4

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

Similar topics

4
2425
by: WindAndWaves | last post by:
Hi Gurus I noticed that when you have a class module without error handling, you can not actually debug it. That is to say, you will get an error when calling the class, but it does not tell you where the error takes place. This is especially difficult if you have several stacks within the class itself. Here is what I do 1. create new instance of class
6
25202
by: Dmitri Shvetsov | last post by:
Hi All, Did somebody see the situation when the VS refuses to debug the Web Service at all? I can't catch why, the initially created Web Service can be debugged very easy but after some changes in a source code, maybe the source code becomes bigger that some hidden threshold, the debugger can't enter into this code anymore. I can use this web service, all methods but can't see in debugger what's going on. I have already catched this...
8
3523
by: Matt Theule | last post by:
While stepping through an ASP.NET project, I found that data was being inserted into my database even though I was not stepping through the code that inserted the data. I have a single page with inline code. The page has a Datagrid, a textbox and a button. When the button is clicked, the value of the textbox is inserted into the table whose contents are displayed on the page. The problem occurs when I set a breakpoint on a line *IN*...
3
3644
by: R Millman | last post by:
under ASP.NET, single stepping in debug mode appears not to stop within event procedures. i.e. 1) Create web page with submit button and event procedure for the click event in the code behind page, 2) Breakpoint in the Page_Load, 3) debug the web page and click the submit button, 4) "step into" under debug several times, 5) The debugger does not stop at any of the statements in the click event handler. A breakpoint is needed in each...
0
807
by: Joe Fallon | last post by:
I use VS.Net 2003 on Windows 2003 Server. Recently, whenever I debug my ASP.Net code I can get it to stop at a breakpoint and step through it. But oddly enough, when I click Stop debugging it seems that the code continues executing from that point forward! For example, in a method that deletes a user, I will stop on the line of code before the Delete is called. Then I stop debugging because I don't really want to delete the user. Yet...
5
3647
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As New System.Diagnostics.Process 'p.Start(MDEPDirStr & "macrun.exe", sPPTOut) p.Start("C:\WINDOWS\SYSTEM32\CALC.EXE") 'p.Start("C:\WINDOWS\SYSTEM32\macrun.exe", sPPTOut)
10
1977
by: Doug Robertson | last post by:
First off, I'm a hardware/OS guy. I just write code on the side and I'm completely self taught - so bear in mind my total lack of expertise. I have a program originally written in VB2003 using the dotnet 1.1 framework. The program makes extensive use of Win32 API calls to help manage and track remote access sessions with out clients. I've left it running for days at a time on my system with no problems. It has always been stable. I...
0
7335
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the beginning CIS student who is struggling to get their programs working. I work in the computer lab at the college I'm attending and I see many students who don't know how to use the IDE for best results. Visual Studio automatically creates a number of...
2
20850
jwwicks
by: jwwicks | last post by:
C/C++ Programs and Debugging in Linux This tutorial will give you a basic idea how to debug a program in Linux using GDB. As you are aware Visual Studio doesn’t run on Linux so you have to use some of the tools provided on the command-line. If you hate the command line tools, get over it since you’re bound to be using them at some point in your career. All commands in Linux ARE case sensitive so capital letters are different from lowercase...
0
9465
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,...
0
10296
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10068
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
9923
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
8954
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
7474
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
6723
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
5497
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2863
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.