| Thread | Last Post | Replies |
|
| Running documents window is empty | 23 Oct 2004 03:44 GMT | 2 |
In VS.NET I'm trying to debug client-side jscript. I installed the script debugger as downloaded from MS for use on XP. I inserted the statement 'debugger' into some script on a page. At the statement, the debugger started but was empty. VS.NET debug |
|
| Combo Box | 22 Oct 2004 13:33 GMT | 1 |
I can drop controls, except for a combo box, on a form with no problem. When I drop the combo box, vsnet2k3.ide hangs and the cpu usage goes to 100% with the devenv.exe consuming approx 90%.
|
| Forced loading of symbols in VS.NET | 21 Oct 2004 08:57 GMT | 1 |
I have a problem where I try to analyse a dmp-file in VS.NET. I can't get the symbols to load for most of my developed dll's. Error message says 'No matching binary found' when trying to load the dll. My guess is that VS.NET tries to match not only versions of the dll from the ...
|
| Debugger Ignores Break Points | 21 Oct 2004 08:06 GMT | 1 |
I am using Microsoft Visual Studio.NET 2003 on a Windows 2003 Server (Beta) machine. My MFC code compiles, builds and executes fine (in debug mode), but any breakpoint that I insert in my code is just being ignored/skipped by the debugger. Everybody else's around me seems to be ...
|
| ASP.NET Debugging: Access denied | 20 Oct 2004 17:17 GMT | 1 |
I'm trying to debug my Web application on another server. I'm logged on with a domain user, and I'm a member of the servers local "Administrator" and "Debugger Users" groups. Still, when I'm in VS.NET and starts the web application with debugging, I get "Unable to start debugging ...
|
| VectoredHandler - Implemeting a debugger | 20 Oct 2004 11:27 GMT | 1 |
I'm in the process of implementing a debugger. The msdn documentation on "VectoredHandler" says that "the handler should not call functions that acquire synchronization objects or allocate memory, because this can cause problems".
|
| vs.net and debuggee hanging | 13 Oct 2004 20:35 GMT | 2 |
sometimes when i am debugging an application in vs.net the application and vs.net are hanging and consuming nearly 100% cpu. If i look at the processes with task manager i see that the starting application always has a process size of nearly 60KB. The only way to continue is to ...
|
| What is going on with the debugger and/or loader? | 12 Oct 2004 09:06 GMT | 1 |
I apologize in advance for sending this off to multiple lists, but... I've got a windows app that launches a few threads. When I look at the code with the windows debugger I try to set a breakpoint near the entry of the thread, Visual Studio indicates that no code is loaded at ...
|
| server failed to connect to the local machine | 11 Oct 2004 22:31 GMT | 2 |
I am unable to use remote debugging. I am developing on a windows xp sp2 machine. The remote machine is windows 2003 server. I have the firewall disabled and remote debugging had been working for a while. Recently it stopped working and there is no apparent cause for the ...
|
| Debugging book and poster | 09 Oct 2004 17:37 GMT | 1 |
I suspect that everyone in this group are expert debuggers, but perhaps you're so deeply into using debugger that you've never stopped to think about the very high-level rules you follow. Or don't occasionally, resulting in long debug cycles.
|
| Local JIT Debugging "Access Denied" problem | 08 Oct 2004 02:38 GMT | 2 |
Since I have upgraded to XP SP2 the following does not work anymore: - RUNAS SysInternals's Process Explorer using a local admin account (PIARANZA\sba-admin) - right-click on a process, Debug -- for a process running under my login
|
| Significant slowness debugging | 07 Oct 2004 14:16 GMT | 1 |
Attempting to debug an application that we have can take over 30 minutes to start. Running the applicaiton it begins within a few seconds from the IDE. Running it under the debugger devenv goes to 100% CPU utilization for over
|
| Debug.print or trace.writeline | 07 Oct 2004 13:53 GMT | 1 |
Experienced posters, I am interested in capturing the debug.printor trace.writeline statements of a compiled application with a separate app. Is this possible? I have seen some 3rd party apps that claim that they do just that.
|
| Debugger component on server failed to connect | 06 Oct 2004 20:29 GMT | 5 |
Trying to debug a simple "Hello World" ASP .Net web page or a simple Web service. Server: Windows Server 2003 Enterprise, Primary Domain Controller, Debug components installed
|
| Urgent help please - breakpoints not being hit | 05 Oct 2004 09:40 GMT | 4 |
I am trying to debug an .ASP file (yes, that's right, I said ".asp" - not ".aspx") using visual studio .net. I can set breakpoints, but the debugger totally ignores them. The pulldown list (Release/Debug) is totally empty. I am trying to "Attach" to the browser process that is ...
|