| Thread | Last Post | Replies |
|
| Remote debugging with XP Pro | 30 Jan 2004 20:48 GMT | 2 |
We're having an issue with remote debugging applications. The Windows 2000 server was previously configured for remote debugging and it used to work fine when the client was Windows 2000 Pro. Now that we upgraded to XP Pro we can't get remote debugging to work.
|
| Watch window 'Plus sign' problem | 30 Jan 2004 17:51 GMT | 5 |
I have seen many reporting of this problem but I didn't find any resolution. Can someone point me in the right direction. When I stop on a break point and want to inspect a variable the drill down feature on the variable is not working anymore.
|
| JIT debugging doesn't work | 30 Jan 2004 08:57 GMT | 2 |
When a client-side script is encountered in my Internet explorer on a web page (running from http://localhost) I get a popup: "A runtime error occured. Do you wish to debug? <Error description here>". If I click yes nothing happens. I can get the Visual Studio .net 2003 debugger ...
|
| Help understanding DR WATSON LOG | 29 Jan 2004 22:16 GMT | 4 |
I have an application which often generate this kind of DR WATSON LOG function: CDLLI11!SalSetDLLDataMode 671a4203 7800 js CDLLI11!SalSetDLLDataMode+0x6c5 (671a4205)
|
| Stepping thru with VS gives me differnet values than supposed to be | 29 Jan 2004 15:13 GMT | 1 |
I've been using VS.NET for a while and when I am stepping through the code, I would watch the values. Recently, Visual Studio.NET is giving me values that I am not expecting. Example: A integer of value 0 would be give me a value of 0x0 and 2004 would be 0x7d0.
|
| VS .NET 2003 always tries to recompile every project on debug. | 29 Jan 2004 05:35 GMT | 5 |
We have a large solution with a large (unmanaged) C++ code base. We started adding .NET projects in C++ and C# recently. If we add a C# project, when we try to debug (e.g. by pushing F5,) the IDE insists on touching every project to see if it is up-to-date If something has ...
|
| Debugging VbScript | 29 Jan 2004 05:34 GMT | 3 |
I'm not sure how to debug a VbScript. The Start option in the Debug menu is greyed out It looks lik I need to attach the debugger to the wscript task, but there is not a wscript task active to attach to.
|
| no source code at current location | 28 Jan 2004 12:08 GMT | 3 |
I'm having a problem with Visual Studio .Net. We are building a multi-threaded Visual C++ application. The solution consists of three projects, two built as static libraries and one as executable which links in the two libraries. All three projects are built using Debug ...
|
| Can only attach manually..... | 28 Jan 2004 10:44 GMT | 4 |
I'm at a client site, and am having an issue that may or may not be resolvable Different servers involved, depending on stage of the process. One is in the same domain, the other is in another domain We connect to the project on the server, and then work offline to debug (so we ...
|
| Debugger user group | 27 Jan 2004 18:33 GMT | 1 |
I am trying to add the aspnet account to the debugger user grup but there is no debugger user group. What do I have to do to create one? I just can't do it manually, can I? Thanks
|
| debugging multi threads | 27 Jan 2004 02:54 GMT | 1 |
Using XP Pro, VS 2003, VB.NET, MSDE... Can you point me to a URL that describes best practices for debuging multiple threads in a winform application? I have some bugs, that only exits when running multiple threads, I am not excactly sure what the best
|
| VS .NET IDE crashing | 27 Jan 2004 01:10 GMT | 5 |
I have an application that I have been working on for 2 years in VB .NET and just recently, This particular application has been crashing the VS .NET IDE. Other applications seem to compile/link/debug just fine. However, this one application generates the following error messages ...
|
| Single Development Server with Multiple .NET Developers Debugging | 26 Jan 2004 11:32 GMT | 9 |
We have a single development server with multiple .NET developers. Only one developer can debug at a time PER SERVER. This is totally unacceptable but I can not seem to find any white paper, articles or instructions on how to fix this. Could someone point me to or provide me with ...
|
| meaning of breakpoint expansion in bp window? | 26 Jan 2004 09:07 GMT | 3 |
In the breakpoint window, each listed bp can usually be expanded by clicking the + that precedes the name. Then i see a list of identical lines, all the same breakpoint. What is the meaning of this?
|
| Could not start ASP.NET debugging and lockdown wizard issue Win2003 | 26 Jan 2004 07:33 GMT | 3 |
I have some serious issues trying to get Windows 2003 server to debug my ASP.NET applications. First, I can debug a windows form application just fine. I have taken a copy of a web application from a windows 2000 Adv
|