Tagged Questions

0
votes
2answers
38 views

Visual Studio Console Debug Window

I'm curious if anyone has figured out how to create their own Debug Output window in Visual Studio. For applications without a real console window (e.g. web apps), writing Debug or …
0
votes
1answer
20 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, …
0
votes
2answers
36 views

How do I debug random crashes in my web app in IE?

Here's a classic "works on my machine, but not in production" scenario. ASP.NET app written in C#. Simple UI with some items to select. Once the user clicks "Go", it runs to the s …
0
votes
1answer
60 views

Help debug this problem

I've probably included more than I needed to, but then again, I probably missed exactly what I needed to add. At any rate, below is a stack trace, some valgrind output, and some re …
1
vote
1answer
19 views

Can I get DirectX(any version) to callback when logging an error?

I have output like this after choosing debug version in the directx cpl: Direct3D9: (WARN) :Ignoring redundant SetTextureStageState. Stage: 0, State: 3 Direct3D9: (ERROR) :Memory …
1
vote
3answers
111 views

How to execute code only in debug mode in ASP.NET

I have an ASP.NET web application and I have some code that I want to execute only in the debug version. How to do this?
0
votes
2answers
57 views

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable's value. Instead, hover behaves as if I were in normal Java perspective: I've …
0
votes
1answer
14 views

Shark was unable to find symbol information for this address range - iPhone

I'm trying to use Shark to determine which method(s) are taking the most time in my iPhone app. After sampling, I get this: Clicking the "!" button yields: Shark was unable t …
1
vote
1answer
107 views

Visual Studio 2008 Debug Window to display timestamp?

The title says it all. I want to be able to see a time stamp in the beginning of every trace in the debug window in Visual studio. [Time stamp here] The thread 'Win32 Thread' ( …
2
votes
3answers
96 views

How to debug a DLL called from Java in Delphi?

With Delphi I wrote a DLL which can be called from Java via JNA (Java Native Access). Methods in this DLL are just simple operations, but for future use and more complex invocation …
0
votes
2answers
21 views

IIS 6.0 hangs when serving a web-service

Hi guys I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a seperate application or using cassini from Visual s …
0
votes
2answers
23 views

Is it possible to use the IDE debugger using the Monotouch evaluation version?

I have installed mono, the monotouch SDK and monodevelop. I have a sample project which I can set breakpoints on in the IDE. However I can't find any option to run my sample progr …
2
votes
10answers
169 views

How to comment lines automatically in release mode?

I need to have some lines of code "active" in debug mode only, and ignored in release mode. Is there a way to do something like this: #include <iostream> using namespace std …
2
votes
6answers
72 views

web.config - auto generate a release version

Simple task, but for some reason no simple solution just yet. We've all got web.config files - and I haven't worked anywhere yet that doesn't have the problem where someone yells …
1
vote
3answers
127 views

How to debug Delphi project?

I'm a .NET developer, but I have got quest - must find errors in Delphi project. After opening a project (Borland Delphi 7) and trying to debug it ('Run' menu), I've noticed all …

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