Tag Archive for "Show" tag

What’s An Easy Way To Show Debugging Info In An Asp.net Application?

November 24th, 2009 by admin | 1 comment

When developing Windows forms apps, I always used the good ol’ “MessageBox.Show()” method to display info to the screen to help me debug my code, or to see what was being stored in variables. I am aware of the “Watch” options in .NET, and other debugging tools… but is there any easy way in ASP.NET [...]

Why Would My Gdb Debugger Show Me This Error? C++?

November 21st, 2009 by admin | 1 comment

Here is the error it gave, in my main program the first line is to just cout<< 1; It won't even do that without pausing for a long time then giving me a segmentation fault. Anyways here's the error: Program received signal SIGSEGV, Segmentation fault. 0xff358948 in std::string::_Alloc_hider::_Alloc_hider (this=0xf9018000, __dat=0xff385ecc "", __a=@0xffbff710) at /export/home/jco/gnu-sw/src/gcc-3.3.3/sp… 228 [...]

Powered by Yahoo! Answers