Tagged Questions

3
votes
2answers
36 views

Multi-threaded debugging tutorial for GDB and C

Does anybody know of a good GDB (or other Linux debugger) tutorial for debugging multi-threaded C code? I'm looking for one that includes simple examples.
0
votes
6answers
70 views

JavaScript doesn’t work in IE: Sudoku Puzzle

http://home.earthlink.net/~benfranq/Sudoku.html Perhaps somebody can tell me why it doesn't work in Internet Explorer In other browsers, it seems to work fine. I've tried adding …
1
vote
5answers
50 views

debugging php on mac?

Hi All, was wondering what was the best way to debug PHP on my local machine. I use MAMP on mac os 10.5 thanks, Patrick
1
vote
7answers
90 views

what type of bug causes a program to slowly use more processor power and all of a sudden go to 100%?

Hi, I was hoping to get some good ideas as to what might be causing a really nasty bug. This is a program which is transmitting data over a socket, and also receives messages bac …
0
votes
1answer
18 views

Visual Studio 2008 Expression Edition Stopped Debugging?

Out of nowhere, Microsoft Visual C# 2008 Express Edition decided to stub debugging with a certain project of mine. I didn't add any breakpoints. When I run the program through Ot …
0
votes
2answers
22 views

Debugging JavaScript in VS

Whenever I set a breakpoint in JavaScript in Visual Studio, the debugger never breaks at the point. When I put my mouse over the breakpoint at run-time, it says "This breakpoint wi …
0
votes
2answers
22 views

What happened to the “Detach All” option in Visual Studio?

I'm used to using the "Detach All" function on the debug menu to allow me to go back to editing and compiling, with the intent of re-attaching later. This menu option disappeared …
2
votes
2answers
31 views

How Do I Solve a Locking Issue in MySQL?

I suppose this issue applies to deadlocks, live-locks, or just lock wait timeouts. I'm trying to figure out what query is causing a lock that is preventing another query from ex …
1
vote
3answers
34 views

How do I trace into an externally-compiled lib in Visual C++

I built the non-dll version of OpenSSL on my windows box. Per the instructions I modified the build script to include debug symbols. I can link against them fine and they run. B …
1
vote
5answers
51 views

In visual studio, as I am stepping through code, is there a way to execute a method call without stepping into it?

Let's say I have int a() { /* Tons of code ....*/ return someInt; } void main() { /* Tons of code ....*/ int k = a(); /* Tons of code ....*/ } Next, lets pretend that I'm deb …
0
votes
2answers
41 views

How can I debug (preferably in an IDE) an MSBuild script?

Hi, We use MSBuild quite extensively as part of our continuous integration process, and whilst it is incredibly powerful and we can do practically all of our build, test and deplo …
4
votes
6answers
142 views

GUI for a GNU Debugger

Hi, am pretty excited with the GNU Debugger and a GUI called Insight as it has saved me A LOT OF time. Thus I am posting this question/answer for other newbies out there like me ha …
0
votes
0answers
15 views

Debugging Crash Dumps in VS2010

After watching the latest hanselminutes on 9 video, I went to our dev environment and grabbed a dump of a few different services (all written with managed code.) After opening the …
2
votes
4answers
34 views

Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?

Hi all, I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddl …
2
votes
2answers
84 views

How can I figure out why my Perl script crashes?

I have written a Perl script that sends data to clients. It works some time (from one minute to 2 hours) and then goes down. No errors in console, no errors in log. I added an END …

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