debugger

Where can I get older versions of the Flash Player Debugger?

Abobe seems to only list the most recent debugger version, even though I can target previous players in build. ...

Visual Studio is not stopping on breakpoints after I installed Intel Parallel Studio ...

Hi, I installed Intel Parallel Studio v1.0, and now Visual Studio 2008 is not stopping on breakpoints. I can set them, but it skips right over them, and never breaks. Any ideas? ...

BDM elf file vs normal elf file

Whats the advantage that the BDM ELF file has over the nomral ELF file in terms of memory used? I know the following things about both: 1) BDM ELF file could be used for debugging through any debugger tools like Trace32 by plugging in JTAG. The normal ELF file also can be used for debugging purpose, provided we have the corresponding F...

MSVC 2008: Cannot View Reigsters or Memory with Native Code

I am having trouble viewing the registers and memory in Visual Studio 2008. I am working with native code with no CLR. I have tried the following: >Debug.Registers Command "Debug.Registers" is not available. Ctrl+Alt G >Debug.Memory1 Command "Debug.Memory1" is not available. Ctrl+Alt+M 1 The key command (Ctrl+Alt+M, 1) is currently boun...

Getting running Visual Studio 2010 instances and programmatically attaching to a process?

I have a WinForms Application (.net 3.5) which displays a list of processes. I would like to be able to attach to one of those processes. I have multiple Visual Studio 2010 instances running and I would like to create a List/Dropdown where I select one of those instances and then attach the Debugger to it. Getting the VS2010 instances ...

Step into subroutine call, but not calls made for parameters

func(a(), b.c) When executing the line above in the pdb debugger, using step will actually step into a, and then into the getter for b.c if its atypical (such as being a property), before actually stepping into func. Generally I find myself using step followed by r to return from the frames I'm not interested in, and often inexplicabl...

Step out of a loop in Visual Studio's debugger

Is there a similar functionality like the step out of a function to step out of a loop? I am currently using VS2005, but am interested to know whether MS presented the option in any of the versions. ...

Visual Studio 2008 started using C++ syntax when debugging a C# project!

Has anyone ever experienced this ? Out of the blue, Visual Studio 2008 started using C++ syntax when debugging a C# project, even though I've probably never even opened a C++ project on this computer (it's installed though). Restarting visual studio and the computer does not help, is there a way out of this without reinstalling Visual...

visual studio 2010 debugger hanging

The debugger is hanging intermittently but frequently for no obvious reason. It times out eventually and recovers. I am using vs 2010 Microsoft Visual Studio 2010 Professional 10.0.30319.1 RTMRel, running a 4.0 client app on a Vista 64 o/s. Has anyone else been having this issue too, and have a fix? As a related aside, anyone know if ...

Writing a simple ruby debugger

I'm thinking of writing a basic ruby debugger (interactive), Can you direct me to some resources or projects to learn more? Thanks in advance! ...

Xdebug successfully connects to DBGP clients, but won't stop at breakpoints

I have Xdebug 2.1 installed, and running with PHP 5.2.13. It can successfully connect to multiple DBGP clients (i.e. the xdebug.remote_log shows communication back and forth, and the clients themselves also show the incoming connection), but it doesn't stop at breakpoints. I have tried NetBeans, MacGDBp and also the command-line debugc...

Is there a way color-code the iPhone Debugger Console display in Xcode?

I observed Android programmers using LogCat to see colored Debugger Console output. It looks like you can have different classes do their debug output in different colors. Is this possible when developing for iPhone? ...

VS2008/2010 debugger changes application behavior

I have a very simple Delphi 2010 dll that I load from a Visiual Studio 2008 C ATL console application (MVF GUI app does not work either). When I debug the console app from the IDE directly - no break points - the output from the application is not correct but when I run the app directly or if I attach to the process with the debugger the...

Why do the characters ÌÌÌÌ get stuck onto the begining of my strings?

Hello I have been developing some computer vision tools with openCV, but every time that I pass a string into an openCV function, the characters ÌÌÌÌ get tagged onto the beginning. At first this was just annoying, but now I am trying to use openCV's fileStorage tools and the ÌÌÌÌ characters are making my file names unreadable. Note: th...

Debugger is getting weird!?

#include<stdio.h> #include<string.h> int main(void) { int f; char duma[] = "asd char"; f = strlen(duma); } So when I run it in debugger and in "watch" table type strlen(data) its getting back a message like word like strlen() does not exist or something like that, the mean is that strlen does not exist, however in locals f =...

Strange issue with the VS2010 debugger

Hi, I've installed visual studio 2010. When unhandled exception is thrown, nothing happen... I created new windows form application and wrote 1 line in the form_load function: private void Form1_Load(object sender, EventArgs e) { throw new Exception(""); } And still nothing happen. The only thing I can see is th...

Can I cause the NUnit GUI to break into the Visual Studio debugger on a breakpoint/failed test?

When using the NUnit GUI to run unit tests, is there a way to either: Set breakpoints inside the tests, or break into the Visual Studio Just-in-Time debugger upon failure of a test? ...

Xcode debugger stopped displaying local and self variables

I don't understand this at all, but I can no longer see any locals or ivars when debugging my iPhone app with Xcode 3.2.3. Everything seemed normal until yesterday afternoon, and now I just see the globals and registers, which are not of much interest to me. HAs anyone else had this experience? I feel like I have gone crazy. How can the...

Debugging on iOS 4.0.1 Device crashing

Hi Trying to fix a bug on iOS 4 but when I debug it crashes with these errors: SDK is installed in seperate directory as I need to deug 3.1.3 as well Developer_Xcode3_2_3_iOS_SDK_4_0_1 Device is running 4.0.1 Any ideas? Cheers [Session started at 2010-07-27 14:26:45 +0100.] Undefined command: "Developer". Try "help". Undefined com...

Internet Explorer 6 Script Timeline

I'm developing a fairly large page with several external javascript files. In IE6, the page hangs for a few seconds just as it's finished loading. I'm not (directly) asking for help debugging this problem, I'm only asking for help finding a tool to help debug this problem. What I'm looking for is something similar to Chrome Developer To...