473,698 Members | 2,432 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem in IDE while debugging

Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I need to fix some bugs
here.
So, please let me know how can I solve this problem?

--With Regards,
Sheshadrinath.R
Nov 23 '05 #1
3 968
Here are some fixes you can try:

1. Re-start Visual Studio

2. Rebuild the solution, then run it in the debug mode.

3. Go to the bin\debug folder and delete any *.pdb file and then run it in
the debug mode.

One of these should work.

David

=============== =============== ========
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
"Sheshadrin ath R" wrote:
Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I need to fix some bugs
here.
So, please let me know how can I solve this problem?

--With Regards,
Sheshadrinath.R

Nov 23 '05 #2
Hello,
Thanks for the reply. I have already tried all the options that was
mentions below. But still I am unable to debug properly. Do I need to
re-install VS.NET?

"dotNetDave " wrote:
Here are some fixes you can try:

1. Re-start Visual Studio

2. Rebuild the solution, then run it in the debug mode.

3. Go to the bin\debug folder and delete any *.pdb file and then run it in
the debug mode.

One of these should work.

David

=============== =============== ========
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
"Sheshadrin ath R" wrote:
Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I need to fix some bugs
here.
So, please let me know how can I solve this problem?

--With Regards,
Sheshadrinath.R

Nov 23 '05 #3
Reinstalling is always the last ditch effort. Did you remove all files from
the bin directory and re-build?

Also, is this an ASP.NET project or WinForms?

"Sheshadrin ath R" wrote:
Hello,
Thanks for the reply. I have already tried all the options that was
mentions below. But still I am unable to debug properly. Do I need to
re-install VS.NET?

"dotNetDave " wrote:
Here are some fixes you can try:

1. Re-start Visual Studio

2. Rebuild the solution, then run it in the debug mode.

3. Go to the bin\debug folder and delete any *.pdb file and then run it in
the debug mode.

One of these should work.

David

=============== =============== ========
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
"Sheshadrin ath R" wrote:
Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I need to fix some bugs
here.
So, please let me know how can I solve this problem?

--With Regards,
Sheshadrinath.R

Nov 23 '05 #4

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

Similar topics

0
311
by: Tony | last post by:
Hi I'm trying to debug the sample application in ASP.NET (CommereVBSDK) but the .NET environment is not allowing me to debug. I get the following error Error while trying to run project. Unable to start debugging on the web server. The project is not configured to be debugged. The solution says to set 'debug=true' in the web.config file and it already has that setting. I do the development on the webserver (code , and development all...
0
1584
by: Saira | last post by:
Hi all I have had an add-in that has references to several assemblies running smoothly for some time. recently i have lost the ability to debug it. When the solution starts, the symbols do not load. I narrowed down the problem to a timestamp mismatch between the pdb files and the dlls. When Excel loads, it loads the .net assemblies from the GAC, however these are not the current dlls that I am debugging with (these are in my bin...
3
1245
by: R. Ian Lee | last post by:
Hello, When trying to run my C# web app (either direct or through VS.NET), I get the following error: Server Error in '/JSEMS.Recruitment.WebClient' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your...
1
7454
by: VM | last post by:
I'm trying to debug an application in the VC dot net compiler and when I begin, I get the error: Unable to start debugging Unable to start program 'c:\myApp\PROGRAM\myApp.exe' 'G:\Program Files\...\myApp\PROGRAM' is not a valid working directory. I know the directory 'G:\...\PROGRAM' does not exist, but how can I change that directory to a valid one?
2
857
by: Mike | last post by:
Hi, I am having problems debugging an ASP.NET application. I have a quite odd configuration that includes: Win2K Adv. Server SP4 IIS 5.0 ISA Server VS.NET 2003 The error message I am getting says:
4
1547
by: Nadav Popplewell | last post by:
Hi Everybody, I've got a problem debugging ASP.NET applications on an XP SP2 System. The Details: Up to now I've been developing on an XP SP1 computer. Several days ago I got a new computer with XP SP2 installed. I moved the ASP.NET to the new computer (got the source from source safe and compiled on that computer), and i've run into several problems which are probably related.
2
923
by: Mike P | last post by:
I have recently installed VS 2005 and it runs fine, but now whenever I try to debug a VS 2003 project I get the follwing error : 'Error while trying to run project : unable to start debugging on the web server. Server side error occured on sending debug HTTP request' Can anybody help? *** Sent via Developersdex http://www.developersdex.com ***
3
4850
by: Greg | last post by:
I am having a problem trying to debug my windows service. The service itself is working fine (it starts a timer, which writes a log entry every 20 seconds). However, when I set my breakpoint on the line that writes the log entry, the code never breaks - it just keeps writing the log entries. I tried to attach my service to the running process via Debug | Attach to Process (in VS 2005), but in the list of Available Processes, my process is...
4
1355
by: Smudly | last post by:
I am trying to write a simple Ajax application using SUSE 10.2, Apache, PHP and Javascript. I want to click on a table header and do some processing to update the table. i have a function mySort which is called when you click on a table header. It sets some fields on the page and calls a second function which does the xmlHttp.open and the xmlHttp.onreadystatechange calles. everything works fine the first time I click on a header. The...
1
2000
vinforum
by: vinforum | last post by:
I have a problem debugging vb 6.0 components from an asp page. My development environment is visual studio 6.0. I am developing asp pages that call vb 6.0 components. On my current operating system Windows XP, I can debug asp pages in visual interdev as before, and I can launch my web site and instantiate vb 6.0 dlls with no problem. I have set debugging mode to 'Wait for the component to be created' But when a function is called from asp...
0
9166
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
8899
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
7737
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
6525
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
5861
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
4621
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
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
2
2333
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
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.