Tagged Questions
0
votes
0answers
19 views
VS ignores symbol _Debug in Resources.rc (Visual Studio bug ?)
Can anybody explain me that very strange fenomenon ?
In my VS2005 Managed C++ project file (VCPROJ) is defined:
<Configuration
Name="Debug|Win32"
....
...
0
votes
1answer
205 views
No symbols are loaded for any call stack frame. The source code cannot be displayed
please can anybody help me? I'm suffering - every time I debug my c++ (opencv) code, I have an exception and then the following msg:
No symbols are loaded for any call stack frame. The source code ...
0
votes
1answer
56 views
Why does my call stack in VS2005 only show DLL calls and not the originating call?
Please forgive my ignorance, but I am not familiar with Visual Studio or Windows DLLs & services. Normally I work in an embedded environment but somehow (just lucky I guess) I got selected to ...
0
votes
1answer
63 views
VS2005 crashes often when compiling
I can change one small thing commenting/un-commenting it and VS2005 will either crash or not crash for no additional reason in either case.
Problem signature:
Problem Event Name: APPCRASH
...
0
votes
1answer
89 views
Asp.net web application with vb.net in codebehind VS2005
I´d like to know if there is any way to edit the codebehind of an Asp.net web application while debugging?
When I try this, a message is displayed on the status bar saying "cannot currently modify ...
0
votes
0answers
41 views
visual studio 2005 debugger not hitting wrapped code
I have a c++ dll being created in ProgramA which is wrapped by another C++ dll ProgramAWrapper and that is being accessed by a c# program we'll call CSharpProgram. As I try to debug I can hit ...
0
votes
1answer
66 views
textbox becomes disabled (not editable) in debug mode in visual studio 2005
It has been working fine with no any issue, just suddenly noticed I can't edit any textbox if I am in debug mode, no problem in run mode
My visual studio is 2005, never had this problem before.
2
votes
1answer
53 views
debug a debug dll linked to a release executable
In visual studio how can I debug/step into calls made by an exe to a library ?
The exe is available only in release mode and calls the library which is built in debug mode
I made a simple vs solution ...
1
vote
4answers
189 views
Huge performance impact between VS2005 debug mode and release mode
I had an issue that a Win32 application has huge performance difference between debug and release build. It takes 20 sec for release, while 6 min for debug build to initialize the application. This is ...
4
votes
2answers
206 views
Single-statement VB.NET If-block executed when condition is false? VS 2005 bug?
I was wondering if you have encountered this bug before:
On a single-line of IF, the condition returns FALSE but then the execution proceeds to the TRUE part.
Am I doing something wrong here? retries ...
0
votes
1answer
143 views
Inspect value of std::stringstream in Visual Studio 2005
Is there a way to inspect the value ( .str() ) of std::ostringstream when debugging in VS2005? Like modifying the autoexp.dat file to make stringstream value visualizable?
0
votes
0answers
120 views
Wrong (C++) data types shown on Visual Studio 2005 Quick Watch for C# code
This is strange...
Suddenly, Visual Studio 2005 shows C++ data types for variables, when I quick watch C# code. For example, System::String^ and not String. It also won't let me browse further into ...
1
vote
1answer
130 views
Debugging tool to compare parameters for MSVS?
Are there any plugins for MSVS (any version) to compare function parameters?
So - I have to call a function with a lots of parameters, which are non-POD types, can be polymorphic objects... anyway, ...
0
votes
2answers
1k views
app.exe has triggered a break point, followed by Access violation writing location
I have a Qt c++ application with a huge code base. I'm kinda familiar with the architecture but I don't know much of the code. Every time the application is closed, it shows the message "app.exe has ...
0
votes
2answers
56 views
Can't see Memory Window in VS2005
In VS2005 you should be able to click Debug->Windows->Memory->Memory<1,2,3, or 4>. However in my VS there is no memory item in the Debug->Windows drop-down. Has anyone ever experienced this before ...
3
votes
1answer
1k views
Visual Studio: Dataset and DataTable Visualizer not working in watch window
I have just installed visual studio 2005 service pack 1 on a Windows 7 64 bit machine. Everything appears to work fine and I am able to run my project without any errors. However, when I am in debug ...
1
vote
0answers
46 views
how to use non-IE debugger in visual studio 2005?
I am building an asp.net website on vs2005 (c#) and I can't find a way to debug using a browser that is not IE.
I managed to open pages in non-debug mode with different browsers by using "browse ...
1
vote
2answers
810 views
Visual Studio 2005 (and other) : how to deploy debug dll (msvcp80p.dll & friends, for debugging purposes)
I am trying to run (and debug) my application on a remote computer where Visual Studio 2005 is not installed.
My current problem is that I am facing the (in)famous error : "The application failed to ...
0
votes
0answers
43 views
Finding a function from its address
How can i get which function is pointed by a function pointer? I have the value of the function pointer, lets say 0x00001AC4, and I have the whole source code, but I don't know to which function the ...
1
vote
1answer
265 views
Visual studio 2005 debugging is very slow on windows7
When i debug apps on windows7 using VS 2005, it's very slow. just general slowness. works fine on xp.
running outside of the debugger is normal. Even when i start apps outside the debugger then ...
2
votes
2answers
129 views
C++/Visual Studio 2005 - Template Class skipped during compilation of debug configuration
I have a template class, which had always been able to be compiled in Debug, with no problems. All of a sudden though, it refuses to detect changes to the class and skips it, unless I Rebuild. There's ...
0
votes
2answers
1k views
Visual Studio Remote Debugging a service
I'm trying to remote debug a service using visual studio 2005.
When I run msvsmon.exe as an application, I get the UI and I can change it to noauth and anyuser, then when i try to attach to the ...
1
vote
1answer
68 views
Visual C++ 2005: How to view the window during a debugging session
Is this possible? When I'm debugging a program I can't bring the window up to see any changes. It's minimized during the debugging while I step through the program and I'd like to see the program ...
0
votes
2answers
160 views
VSJitDebugger fails
I tried the 'Image File Execution Options' trick to automatically attach to a sub process of my debuggee. However, vsjitdebugger fails to start any .NET process (neither through 'Image File Execution ...
0
votes
2answers
304 views
Debugging sub-queries in TSQL Stored Procedure
How do I debug a complex query with multiple nested sub-queries in SQL Server 2005?
I'm debugging a stored procedure and trigger in Visual Studio 2005. I'd like to be able to see what the results of ...
1
vote
2answers
371 views
Automatically attach to process in Visual Studio
I have searched this site, and numerous others, looking for a solution to this problem. When I press F5 to start debugging my web app it will launch the default browser (IE in this case) with the web ...
0
votes
2answers
143 views
No Debug option for JIT Debugger in the application crash popup in Windows Vista/Visual Studio 2005
I am debugging a native Win32 C++ Application. I am very much used to of using DebugBreak() to induce a crash and launch a JIT Debugger and attach with the Process.
Ever since i am moved to MS Vista ...
1
vote
2answers
2k views
c++ \ Compile successful, can't debug - STATUS_DLL_NOT_FOUND
Why can't I debug my application (though compile is good)?
1. Does it really need windows dlls? how can I attach them?
2. Why can't it recognize my Dlls? It resides in the same folder..
(VS2005, main ...
4
votes
2answers
686 views
How can I debug an unhandled exception in managed code when called from COM?
I have a C# .NET component that is being called from a COM out-of-process ActiveX exe.
I can start the debugger in Visual Studio 2005 running on my COM exe which calls my .NET component. Breakpoints ...
0
votes
1answer
313 views
Break point is not getting Hit with IE8
I am Using visual studio 2005 and web browser IE8. On debugging the code opened in IE8 ,the
Breakpoints are not getting hit. Using IE6 I am able to debug. but i don't want to use IE6
so can you ...
2
votes
1answer
308 views
Visual Studio 2005 hanging when debugging javascript, with a Delay Notification
I am working on Windows XP with Visual Studio 2005 and IE8.
Whenever I am trying javascript debugging in VS2005, it's working for a while, and then at some point (randomly) it hangs and gives me ...
0
votes
1answer
1k views
Getting error while debugging “Debug Error .. Heap corruption detected”
I am using Visual Studio 2005. While debugging code I am getting following error message and after that it is adding break,
Debug Error !
Program :-
Heap Corruption detected : after normal ...
0
votes
2answers
135 views
javascript debugger stuck on break or continue
I have an older vs2005 asp.net application and occasionally the javascript debugger will break in with the "Microsoft JScript runtime error: 'null' is null or not an object" popup with the options ...
3
votes
1answer
577 views
Antiforgery token exception only when debugger is run
I have an mvc2 app which is serving content through iframes. The iframed page is simply a form. It has a request validation token. Everything works well cross domain until a developer uses the ...
1
vote
2answers
1k views
Visual Studio 2005 - Debugger stopped working
More fun and pain with Visual Studio. Visual Studio 2005.
About two months ago, I started an assignment. In my role, I cannot install or configure development software. Trust me this has given me ...
2
votes
3answers
918 views
How to dump or search in call stacks of ALL threads in Visual Studio
How to dump or search in call stacks of ALL threads in Visual Studio? We have a server process to debug and it has hundreds of threads running, so it should be hard to manually check each threads.
I ...
2
votes
1answer
442 views
Call stack window always empty
After being introduced to the call stack window by this ASP.NET MVC video I've attempted to understand how it works.
My understanding was that it shows all of the method calls - in the order they ...
0
votes
1answer
221 views
debugger option in visual studio 2005
I am developing a asp.net website and need to add validator for multiple textboxes. I googled it and found a custom validator.
I add this as a project and do things.. and the website is running fine. ...
1
vote
2answers
359 views
Reverse lookup of variable values in Visual Studio?
I would like to be able, via a watch window, immediate window, or something else in Visual Studio 2005, to see every variable in my C# program that currently has a specific value.
Does Visual Studio ...
3
votes
2answers
382 views
VS2005 Debugger: Adding a watch on specific fields within all objects of a list?
Visual Studio 2005 allows you to add a watch on particular elements of a list. For example, let's say we have a class like this:
class Foo
{
string name;
int x;
int y;
}
And then we declare:
...
0
votes
1answer
142 views
Break Point on File Modification or on File Open
I would like to set a break point on file modification for a particular file, or on opening a particular file. This is a file which our software opens and modifies during portions of legacy code. I'm ...
0
votes
1answer
431 views
Break points are not active in VS2005
I have a windows mobile project in VS2005. Initially I could not get any breakpoints to enable on windows mobile 6 device but they worked on PocketPC2003 Emulator. It's a new computer at work and ...
1
vote
2answers
3k views
What is “Microsoft C++ Visual Runtime Library: Runtime error!” and how can I capture it?
Seldom I receive a report from some user that the application has terminated itself with a following message box:
Microsoft C++ Visual Runtime Library
Runtime error!
Program: XXXXX.exe
This ...
0
votes
1answer
119 views
Unable to debug in VS2005
when i push F5 in a VS2005 web service project,
a new explorer window opens and the Web service i try to debug opens.
but the VS2005 doesn't stay attached to the new window. it just stays like i ...
0
votes
2answers
53 views
Conditional breakpoint when heap > some limit
Is it possible to break into debugger when the allocated memory of attached-to process becomes bigger than a certain value?
Preferrably using Visual Studio 2005, but other IDE's/debuggers are an ...
0
votes
5answers
1k views
Breakpoints for C++ in Visual Studio
Breakpoints set in Visual Studio for a C++ project aren't hit when I run the debugger.
When I launch the debugger I get the warning
Debugging information for 'IEXPLORER.EXE' cannot be found or ...
0
votes
4answers
773 views
Print to console in visual studio 2005
I want to print debug statements to the Output window(or anywhere else I can see it) in visual studio 2005. The advice I've seen has said to use
OutputDebugString("message");
and to ensure that I ...
0
votes
3answers
976 views
Can't debug ASP.NET in VS2005 won't stop at break point
I have an puzzling problem. I have a new ASP.NET web application in VS2005 that runs fairly well, but I am having a problem and would like to set a break point to see what is going on. I have ...
0
votes
2answers
2k views
Unable to attach to the process
I am trying to debug a service in VS 2005 running. Service is running under SYSTEM username.
I have opened VS as administrator.
The error I am getting is:
Unable to attach the process. The ...
0
votes
2answers
1k views
Debugging on Windows7 64-bit
I am trying to debug my app, which was compiled for 32-bit, native code, under VS2005. It crashes on a Windows 7 64-bit machine. I can't figure out how to get a call stack to see where it's ...





