473,770 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debugger Hangs

I have .Net 2003 EA. When I create a simple Windows Form,
set a breakpoint, and run it by clicking on "Debug/Start",
the debugger hangs. I then have to get out of VS
2003 .Net by using the task manager and ending the task.
Can anyone help me out... I already stopped the WWW
Publishing Service because it was stuck on "Starting".
Any other suggestions...

Thanks in advance.
Jul 21 '05 #1
0 1090

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

Similar topics

5
1420
by: cyaron | last post by:
Hi, I would like to ask for your help I would like to download debugger for javascript. Since I works only with IE I thought of trying using the Microsoft Script Debugger. I found the following URL
0
933
by: Mark Oliver | last post by:
Hi, Ever since i installed SP2 my application can't even step into the first line of my Main function in the debugger; the IDE hangs; i need Windows Task Manager to kill it and my application. My application runs outside the debugger, in 2005 Beta's debugger (i am using .Net Framework 1.1 SP1, i can't use Beta for my customer), and in the 1.1 debugger on another PC that doesn't have SP2 installed. What could cause the hang?
1
3151
by: Manfred Braun | last post by:
Hi All, I am writing a tool, which should monitor some exe-processes, which are not very solid. Th main function is to re-start them, if they hung, but this is complicated. I can detect things like no longer generating IO or such properties and I use WMI to do that. I am also looking for attached subprocesses, which are one of the system debuggers. I wrote a test-program, which creates a divide by zero error after some seconds. I can...
1
3616
by: Gregory Hassett | last post by:
Hi, I have a web service called GetComputerNameAndDescription which I can call from the main thread of my app. If I call it from a separate thread, however, it hangs on the call to Invoke() -- but only if I'm in the debugger. Here's a stack trace with non-user code shown -- the call to RegisterNotifySource, at the top of the stack, never returns -- I have to do a "break all" inside the debugger, then find this thread and examine its call...
1
2084
by: rwmh | last post by:
I'm running this on a 2.8 GHz machine with 1.5 GB RAM. (XP machine) The full suite of VS.NET is installed. I'm running 7.1.3088 Professional Edition. Initial launch from within IDE took only seconds, but my system froze almost immediately, and required reboot. Now, launching from within the IDE is very slow -- 5 minutes -- with CPU usage maxed out the entire time. And once application is running, the system goes weird -- task bar...
0
295
by: Nick LP | last post by:
I have .Net 2003 EA. When I create a simple Windows Form, set a breakpoint, and run it by clicking on "Debug/Start", the debugger hangs. I then have to get out of VS 2003 .Net by using the task manager and ending the task. Can anyone help me out... I already stopped the WWW Publishing Service because it was stuck on "Starting". Any other suggestions... Thanks in advance.
3
3154
by: zhong.zx | last post by:
Hi, I have used venkeman js debugger in firefox to debug the code first. Until everything goes ok, I use IE to check compatiblity, but the IE error info really make no sense :( really hate that! Is there any toolbar can be plugged into IE to do further debug which can help giving reasonal error/warning message? Instead of buy tools like "splinetech JavaScript HTML Debugger".
2
1193
by: Ferran | last post by:
Hi everybody! My problem is this... I'm working on a windows application using Visual Basic in VS 2005. When i start to debug my application the exceptions that are generated are not being thrown, in fact the debugger hangs and i don't have other solution than reboot the machine. The same happends when i use breakpoints or try to throw an exception inside a try- catch sentence. However the exceptions are thrown as it should be when i do the...
2
1361
by: Jules Winfield | last post by:
I've been experiencing a problem recently where the debugger hangs for up to ten seconds, even when executing very simple operations (i.e. adding two numbers). During the hang, a little popup appears in the toolbar saying that "Visual Studio is busy waiting for an operation to complete" and the IDE is completely frozen. The hang occurs when one or more background threads are: 1) performing file-read operations via StreamReader, AND......
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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
10259
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...
0
10101
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
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
9906
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
6710
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
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
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.