Tag Archive for "Debug" tag

Debug XML Documents

December 16th, 2009 by admin | 0

Debug XML Document with PHP
How to find out where is the problem with your XML document?
1. Fastest solution – isolate the problem:
Delete the first half of the XML. If the error disappeared, place it back on and delete just the first half of this half. Continue deleting and placing back chunks of the XML [...]

Backtrace Of Linux Core Dump With No Debug Info In It.?

December 8th, 2009 by admin | 1 comment

I have a core dump file that has been generated in production
environment – there is no debug info in it. Backtrace in gdb doesn’t
show any useful information.
Is there a way with gdb or with some other tool to get assembly
backtrace?
Related Posts:How To Debug C/c++ Pgm In Linux? (step-by-step Execution)?What Is The Best Way To Debug [...]

How To Debug C/c++ Pgm In Linux? (step-by-step Execution)?

December 3rd, 2009 by admin | 1 comment

In linux we can compile a c/c++ pgm using cc / g++ command. But it will not execute sequentially (Unlike Turbo C ) so if we want to compile pgm sequentially what must be the solution
Related Posts:Backtrace Of Linux Core Dump With No Debug Info In It.?What Is The Best Way To Debug In Linux?How [...]

Please Help Me Debug This Java(source Code)program! It Can Be Compiled,but It Does Not Run!!!?

November 27th, 2009 by admin | 4 comments

***after i compiled this as javac go.java, it has no errors, but when I want to run this already as ” java go ” it cannot be run. there says Exception in thread “main” java.lang.ArrayIndexOutOfBoundsException… 0 at go.main(go.java:3)
***here’s the source [...]

Unable To Debug My First Asp.net Application. Help Plz.?

November 27th, 2009 by admin | 1 comment

I have just installed Visual Studio 2002 and trying to learn from a book myself. I start “ASP.NET Web Application” from file->new->visual basic projects. When I build solution, message comes “Build Succeed”. When I select “start ” from “Debug” menu or press F5, a message is shown “Error while trying to run project: Unable [...]

Are There Any Debugging Programs For Php? How Do You Debug Php Code?

November 26th, 2009 by admin | 3 comments

I have used other programming languages such as C, C++ where you can debug the code using the IDE however how is this possible with PHP? I would like to step through the program and see at run time what values are being assigned.
Related Posts:Is There A Step-by-step Debugger For Shell Scripts Like Dbx/gdb [...]

Is Is Possible To Debug A Program In Microsoft Visual C++ (vc++ 6)in Windows Xp With Sp2? If Possible Then How

November 26th, 2009 by admin | 2 comments

when i used windows xp with sp1 then there was no problem. but when i installed winxp sp2 i got some problem with debugging program in vc++. when i try to start debugging i have got the folloeing message ”
Loaded ‘ntdll.dll’, no matching symbolic information found.
Loaded ‘C:\WINDOWS\system32\kernel32.dll’, no matching symbolic information found.
The thread 0xCD4 has [...]

What Is The Best Way To Debug In Linux?

November 25th, 2009 by admin | 1 comment

What’s the easiest way to trace through your program and see your variables? gdb is hard to use and you have to type everything all over again every time you run your program. I’m looking for something like the debuggers in Visual C++ or Delphi.
Related Posts:Backtrace Of Linux Core Dump With No Debug Info [...]

Media Center Debug?

November 24th, 2009 by admin | 1 comment

My windows media center won’t work and i always get this message: Application has generated an exception that could not be handled.
Process id=0×1a798(108440), Thread id=0×1a7a8 (108456).
Click ok to terminate the application.
Click CANCEL to debug the application.
can somebody please help me!!!!
Related Posts:Debug XML DocumentsBacktrace Of Linux Core Dump With No Debug Info In It.?How To Debug [...]

Can Someone Explain This Minidump Debug Analysis For Me Please?

November 22nd, 2009 by admin | 3 comments

Ive been getting blue screen crashes for a while now and they only ever happen when i play the game world of warcraft. I WinDbg to try and understand what was happening, but due to my lack of understanding in this area, i cannot make any sense of the analysis. Perhaps someone can make sense [...]

Powered by Yahoo! Answers