| Thread | Last Post | Replies |
|
| Debugger Visualizer support in C++/CLI? | 29 Nov 2007 02:08 GMT | 2 |
I wrote a debugger visualizer in C++/CLI. I can use it while debugging a C# program, but I fail to use the same visualizer while debugging a 100% managed C++/CLI application. (The magnifying glass is not shown at all, so I can not invoke my visualizer.) The only visualizers ...
|
| Error starting debugger with unmanaged code in VS2005 | 26 Nov 2007 21:21 GMT | 1 |
I'm having problems to start debugging any program that uses unmanaged code. I created a simple Win32 Console Application in C++. Pressing F5 to start debugging the message 'Unable to start program' appears. It works fine if I use Ctrl+F5 (Start without debugging) or if I change the ...
|
| Host Environment for Remote Debugging | 25 Nov 2007 18:07 GMT | 1 |
Is it possible to debug computers in different workgroups? The Visual Studio host is part of a home workgroup and the remote computer is hosted and the only member of the second workgroup. I've tried local accounts (in the administrators group) with the same username and password ...
|
| Very slow execution while executing under the debugger | 25 Nov 2007 18:05 GMT | 1 |
I have a c# application which has an unmanaged DLL that draws the content of one of the widows which executes very slowly when run under the debugger. When I staert the application stand alone or by using Debug\Start without debugging, it draws the initial windows completely ...
|
| VS Remote Debugging | 23 Nov 2007 04:40 GMT | 1 |
I'm attempting perform a cross domain debugging session, but I've encountered a bit of an issue. When I start the msvsmon.exe application on the Windows 2003 server it listens on the internal Enternet adapter. Since I'm connecting remotely to an external interface IP, I cannot ...
|
| What is this: "Invalid TLS index used for current stack trace"? | 22 Nov 2007 01:16 GMT | 1 |
When I run a small application in VC++ debugger. The application breaks and the foloowing messages are in the output pane. VERIFIER STOP 00000301 : pid 0x1798: Invalid TLS index used for current stack trace.
|
| Visual Studio .NET Just-In-Time Debugging has failed with the following error: Access is denied. | 14 Nov 2007 14:13 GMT | 2 |
when i try to debug a process(windows service) from the task manager im getting the below error msg: --------------------------- Just-In-Time Debugging Handler and CLR Remote Host
|
| How to solve the lnk2019 error | 14 Nov 2007 07:41 GMT | 3 |
when i use vs.net 2005 to debug my program, there are some errors occur, here is the description: Error 1 error LNK2019: unresolved external symbol __imp__inflateInit2_ referenced in function "public: bool __thiscall
|
| Multithread debuging | 11 Nov 2007 17:27 GMT | 1 |
Hello I have a strange problem : How is it possible to have this case : if (c.InvokeRequired) {
|
| how can I load oleaut32 symbols into a MiniDump | 08 Nov 2007 19:06 GMT | 1 |
When our application crashes in the field, it sends us a dump file generated by the MiniDumpWriteDump in the Microsoft suite of functions known as DbgHelp. I recently received such a dump file and ran it in Visual Studio 2005.
|
| Open Form Flickering | 02 Nov 2007 04:32 GMT | 4 |
I have three forms, a MDI Parent and 2 MID Child forms. When i initially load my MDI Parent with the initial MDI Child, everything looks fine. But, when I click on a button in my first MDI Child that opens another MID Child, the new form flickers and jumps. It seems my MDI Child ...
|