Tagged Questions

1
vote
1answer
28 views

Is there a way to distinguish a GUID from just a random number?

Being able to distinguish a GUID from random data can be useful when debugging obscure code defects. On Windows each GUID generated is of version 4 therefore it has '4' as the fir …
20
votes
15answers
389 views

Are there any Debugging Patterns?

Hi, I know there are many popular and useful Design Patters. Are there something like them for debugging scenarios? Maybe not patterns but methodologies which are categorized and …
0
votes
2answers
17 views

Visual C++: breakpoints disabled

I have a 'release with debug info' unmanaged c++ .exe (built with VS2005) deployed onto another PC, the .exe and .pdb are in the same folder. When I try to attach to the process f …
0
votes
4answers
85 views

To understand Python’s optparse

Thank you for quack in pointing out the off-by-one! The following code is my first attempt in writing code with Optparse. How can you fix the following bug in getting the help by …
0
votes
1answer
19 views

PHP: Understanding code via function or file tracing (without XDebug)

I have inherited a moderately large PHP codebase. In order to better understand how it works, I'd like to be able to print to logs a function or file trace whenever I hit a page, …
3
votes
3answers
42 views

Current Linux Kernel debugging techniques

A linux machine freezes few hours after booting and running software (including custom drivers). I'm looking a method to debug such problem. Recently, there has been significant pr …
2
votes
6answers
41 views

Is it possible to debug IIS without affecting all users of the service?

This may seem like a silly question, but we are having an issue debugging IIS in a shared test environment and I'm hoping that someone out there can give us an answer. We have a W …
1
vote
1answer
19 views

How to make attach to process macro to attach to Native code?

I am using the following macro codeto attach to the debugger: process.Attach() Works, fine, but for some reasons it always attaches to the "Managed Code" (sort of default mod …
3
votes
3answers
59 views

Classic ASP super newbie question

OK, So I have recently moved into the world of Web development after spending quite a few years coding in a pretty simple proprietary language, and one of my first jobs is to tweak …
0
votes
1answer
26 views

proper use of assert.h in debugging

Hi! c++ with visual studio 2008 if i use assert() from assert.h and compile in debug mode, the application crashes if the assert condition doesn't hold and it prints me in the co …
0
votes
1answer
23 views

How to efficiently write code and debug windows service project in visual studio?

How to efficiently write code and debug windows service project in visual studio? Visual Studio gives Cannot start service from the command line or a debugger. A Windows Ser …
2
votes
2answers
51 views

how to avoid triggering properties while debugging?

is there a way to prevent triggering of property getter code while watching variables in debug? something in the style of the DebuggerStepThrough attribute?
2
votes
5answers
61 views

How to avoid debugger-only variables?

I commonly place into variables values that are only used once after assignment. I do this to make debugging more convenient later, as I'm able to hover the value on the one line …
0
votes
2answers
20 views

Is there any way to use the command line to debug an ERB file?

Is there any way to use the command line to debug an ERB file? I would like to know if there is any way to get rdebug or rdebug-ide to do this.
1
vote
1answer
41 views

Why does my Perl unit test fail in EPIC but work in the debugger?

Has anyone ever experienced a unit test that fails and when they tried to debug it to find out where the failure was occurring, the unit test succeeds when running the code in the …

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