debugging
ASP.NET MVC 2 app pool crashes - how to debug on server?
My application which was built in asp.net mvc 2 crashes sometimes (maybe once a month), and the error is Service Unavailable 503. Both times restarting app pool made the application work again. Since[详细]
2023-04-11 09:45 分类:问答How to sybolicate iOS crash reports from BugSense?
I am beginning to receive crash reports from my iOS app via BugSense. I have included the debug symbols in my app and an getting info on the errors, eg. \"* -[NSMutableArray objectAtIndex:]: index 0 b[详细]
2023-04-11 09:28 分类:问答total view debugger - debugging a process thats forked from a startup process at launch
I have application that has two executables. One that we launch and it forks n instances of the other.[详细]
2023-04-11 08:58 分类:问答Java debugging - Searching for a string in the package in a jar
I am debugging a Java package and I need to search for some d开发者_开发问答ebug statements being spitted out in the cmd to find out where in the code the program got stuck at.What type of search prog[详细]
2023-04-11 06:02 分类:问答Valgrind complains with "Invalid write of size 8"
I\'m working on a small hobby project (www.github.com/AzP/GLSL-Validate) where I\'ve taken old code (too much c and to little c++ for my own taste, but hey, what can you do?) and I\'m trying to get it[详细]
2023-04-11 05:37 分类:问答How to debug groovy code in eclipse (Play-Framework)
I play a little with \"Play\" (I love this sentence) and tried to se开发者_运维知识库t up a breakpoint within the html file. Of course the eclipse editor has no such option, only bookmark text is avai[详细]
2023-04-11 05:27 分类:问答Testing IE6 with Firebug Lite
I\'m using IEtester to test in IE6, because the client want the page to be seen in it. Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETe[详细]
2023-04-11 05:19 分类:问答How to debug the Android browser with GDBSERVER if it crashes instantly?
I modified the libwebcore.so in my Android rootfs and now I want to debug it but the browser crashes instantly if I start with[详细]
2023-04-11 04:21 分类:问答diagnosing crashes
I face a problem with a crashing legacy software. It is written in C,running on SCOS operating system, for which I dont have any source code, only OS binaries. There is no IDE for that OS neither.[详细]
2023-04-11 02:49 分类:问答What is "bci" while debugging in jdb?
While debugging with jdb on the command line, it shows me a status line after each step that looks like this:[详细]
2023-04-11 02:17 分类:问答