Tagged Questions

3
votes
3answers
93 views

Cannot Debug Unmanaged Dll from C#

I have a DLL that was written in C++ and called from a C# application. The DLL is unmanaged code. If I copy the DLL and its .pdb files with a post build event to the C# app's debug …
1
vote
4answers
93 views

Loops within Switch statement

my switch statement has about ten outcome, but some of them need 1/2 loops to check, so i can't write them within case(condition), so i've tried using more than one default case, i …
0
votes
3answers
48 views

Xcode + remove all breakpoints

Hello, Is there any way to remove all the breakpoints in Xcode? Regards, Pratik
1
vote
1answer
39 views

Not stopping at server side breakpoints whilst Debugging classic asp with Visual Studio 2005

The website is set up locally on my IIS 5.1 on xp. Application protection is set to low within IIS so the asp is run inside the inetinfo.exe process. I start debugging , attach to …
0
votes
3answers
87 views

Hitting breakpoints in MonoDevelop 2.2 Beta 1 on OSX

Hey guys Just installed MonoDevelop 2.2 Beta 1 on OSX Snow Leopard, and all is good. I created a new ASP.NET web project, and ran it. So far so good. But then I put a breakpoint …
1
vote
2answers
73 views

Why can I not enable breakpoints in Visual Studio 2005?

I have seen that sometimes breakpoints cannot be enabled in Visual Studio, they appear as empty circles, with a warning sign when enabled. This icon change is all the information V …
0
votes
1answer
73 views

New Data Breakpoint disabled in Visual Studio 2008 mixed project

In a DLL invoked from C++/CLI code I don't seem able to set Data Breakpoints in some pure C code. The menu option New Data Breakpoint... is disabled as is the popup in the breakpoi …
0
votes
4answers
79 views

Visual Studio - Runtime impact of conditional and disabled breakpoints

After spending a little time wondering why my app was running a particular scenario very slowly with the debugger attached, I discovered that this was due to having a conditional b …
1
vote
1answer
50 views

Why is my Breakpoint Condition not being met when my Breakpoint Condition is being met in Visual Studio?

I have a piece of code in front of me that iterates through a long list of urls and something is going wrong when those urls include a certain type of document. I don't want to see …
1
vote
1answer
81 views

Why doesn’t the debugger hit this breakpoint consistently? Am I neglecting a file handle?

Consider the following code: static void Main(string[] args) { using (MemoryStream memoryStream = new MemoryStream(Resources.SampleXMLFile)) // Breakpoint set here { …
4
votes
1answer
220 views

gdb not hitting breakpoints

To learn a bit more about FreeBSD and *nix systems in general, I'm starting to look at the binaries from the DEFCON 17 Capture The Flag game. Right now, I'm reversing the tucod bi …
1
vote
3answers
92 views

gdb breakpoint on pthread_create

I am trying to set a breakpoint in linux in gdb for a program creating threads. I would like to set a breakpoint on thread creation, but unfortunately pthread_create is a versione …
0
votes
1answer
51 views

Code block execution order in PHP

I remember there was shortcut key (probably F8) in Turbo C that showed which codeblock C would execute next. I wonder if something similar is availabe for PHP? I'm an absoulte be …
3
votes
5answers
112 views

Is it possible to debug both a Silverlight and WCF project at the same time?

I have 3 projects in my solution: 1) A silverlight Application Project 2) ASP.Net Web Application Project 3) A WCF Service Application. Projects 1&2 have a service reference to …
2
votes
3answers
90 views

Stop execution of my program and go to the Debugger without setting breakpoints (Visual Studio/GCC and C++)

Hi! I've found information about this feature on SO some time ago, but the topic was a duplicate of Hidden Features of Visual Studio (2005-2008)? and I can't find it anymore. I w …

1 2 3 4 5 7 next
15 30 50 per page