Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.
0
votes
2answers
34 views
Running not the same app I'm debugging?
Weird stuff happening. I'm developing an iOS app under iOS 4.2 using Xcode 3. I have the same app in two different folders and they have different xib files (because of two different languages of ...
0
votes
1answer
14 views
DebuggerDisplay attribute on a DebuggerTypeProxy Class
When using [DebuggerDisplay("{OneLineAddress}")] on the debugger proxy'd class, it does not seem to work. Is there something I'm doing wrong? Or some way around this without adding code to the ...
3
votes
2answers
2k views
error code (-11):: what are all possible reasons of getting error “cl_build_program_failure” in OpenCL?
I am using ATI RV770 graphics card, OpenCl 1.0 and ati-stream-sdk-v2.3-lnx64 on linux.
While running my host code which includes following two sections to build kernel program, i am getting error ...
0
votes
0answers
7 views
How to debug EXC_BAD_ACCESS in Mobile Safari
I've a multipage web application which when opened in Mobile Safari crashes when clicking certain areas in certain pages. It's 100% reproducable but there seems to be no pattern to it.
Going through ...
0
votes
1answer
19 views
Exception Debugging using Unity IOC
I'm having issues getting good Exception information when using Microsoft.Practices.Unity to load some classes dynamically.
The code is on a remote server and I'm using ELMAh to capture errors. I ...
8
votes
10answers
27k views
Debugging IE8 Javascript Replace innerHTML Runtime Error
function DeleteData(ID)
{
var ctrlId=ID.id;
var divcontents=document.getElementById(ctrlId).innerHTML;
var tabid=ctrlId.replace(/div/,'tab');
var ...
0
votes
1answer
41 views
Android App Stopped Working For No Reason
My android application literally decided not to work for no reason, I am going to go mad. I hope you can find the error. Please help me.
I opened the app on Virtual Device just one minute ago and ...
0
votes
1answer
35 views
“No operation” haskell
If I remember correctly from school, there's a function or keyword that is used for "not yet implemented" but the code compiles. I've tried to search for it, but can't find. Any one know what I'm ...
-3
votes
1answer
42 views
apk is not build in my project
I need help. When I compile my Android Project and go to debug, i see that the application doesn't have the new code lines. Then it's not building right. If I clean the project, the folder bin is not ...
7
votes
2answers
6k views
Application Failed to Launch in Time
How can I diagnose this error?
Application Specific Information:
MyApp failed to launch in time
Elapsed total CPU time (seconds): 4913.443 (user 3868.270, system 1045.173), 56% CPU
...
0
votes
3answers
2k views
Home button Android 3.0, 4.0
I have an application in android that includes a application home page. I override the hardware Home button to go back to the application home page for API level 10 or less.
My application works fine ...
28
votes
8answers
11k views
Is it possible to change javascript variable values while debugging in Google Chrome?
I'm debugging a javascript app (using Chrome dev tools), and I would like to change some variable values while stepping through the code.
Is that possible at all?
I have tried and got something ...
0
votes
0answers
11 views
Debugging Classic ASP Windows 8/IIS 8 VS2010/VS2012
Moved over to Win8 to do Metro development, but need to support some Classic ASP code.
On windows 7/IIS6 could debug the Classic ASP code with VS2008/2010, no problems.
First time trying it on ...
0
votes
1answer
35 views
no MainActivity in the debug window in eclipse where I have the breakpoints
I am trying to debug with eclipse but there is no "MainActivity" in the "debug" window , in order to select and check the variables where I have breakpoints.
I am debugging with the device attached.
...
2
votes
1answer
35 views
How to detect whether there is a debugger attached in c++?
I have create a macro,
#define DEBUG_BREAK(a) if (a) __asm int 3;
But the problem is if there is not a debugger attached, the program would run incorrectly.
So I need to know whether there is a ...
1
vote
1answer
26 views
Failed to Attach to Script process in VS2010
I am trying to attach to w3wp.exe to debug classic asp.
i am attaching to type "Script", but get the following error:
Failed to attach to these type(s) of code: Script: A debugger is already ...
0
votes
1answer
16 views
LESS: having feedback about coding errors
Less2css.org has a very useful function that give feedback in realtime about possible mistakes in writing LESS code.
When I write LESS code in my editor and then go back to browser to test my page, ...
1
vote
1answer
353 views
VS2010 : MSVSMON.exe failed to start
i convert a vs 2008 windows application to vs 2010 but when i am debug that project it builds successfully but it is not debugging.
this is the error message.
2
votes
8answers
2k views
“unable to start debugging on the web server” MSVSMON.EXE failed to start. VS2010 error
having a real problem getting VS2010 to debug IIS.
I've searched on the internet for a few days now and tried every single solution I can. VS2008 works perfectly but I've installed VS2010 and when ...
0
votes
0answers
24 views
How to debug STL containers in Eclipse
I know there are some similar question around here, but my problem is a bit different. I have followed the instructions mentioned here. And now from gdb I can for instance write pvector a where a is ...
0
votes
1answer
35 views
Android Studio debugger launches with null intent
When I try to debug my application in the brand new Android Studio, something strange happens: Instead of the intent action set in the androidManifest (android.intent.action.MAIN) it launches with a ...
1
vote
1answer
404 views
How can I interpret a .stackdump file?
this question is likely a repeat of Using a stackdump from Cygwin executable - but I'm a beginner, and I didn't understand the answers, or even parts of the question.
I'm pretty new to c++ and ...
1
vote
1answer
131 views
How to debug with JavaScript breakpoints WebStorm
In WebStorm 6's debugger panel I see this:
What I must do to get these breakpoints to work?
1
vote
3answers
674 views
adb can't detect Sony Xperia s although I installed driver
I want to use my Xperia S for debugging, so I followed the OEM USB Drivers instructions step by step but still not work, I didn't find "Android Composite ADB Interface" to update driver as it ...
0
votes
1answer
10 views
Debugging in WordPress
How can I turn on debugging and error log in WordPress? I am new to WordPress and would like to see how this could be done.
I set define('WP_DEBUG', true); in wp-config.php but this is not helping. ...
0
votes
0answers
7 views
Zend debugger php5.4 - remote debugging
I cannot seem to make a connection to remote debug server I keep seeing this in the log but no joy.
I see it is permission denied but do not understand for what?
failed to connect to ZDD on ...
2
votes
3answers
75 views
+50
How does a debugger set breakpoints if the image is in read-only memory?
How does a debugger set breakpoints if the image is in read-only memory? I know there are hardware breakpoints, but in the debugger I use (OllyDbg) those have to be set specially using a different ...
16
votes
1answer
481 views
Is there a way to force Eclipse to automatically restart remote debugging (in listen mode)?
I'm using Eclipse to remote debug an application that's in debug client-mode (i.e -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8000 jvm startup parameters, and Eclipse has "socket listen" mode ...
4
votes
4answers
3k views
How to add tracing/debug output to stored procedures in Sql Server (2008)
What is the closest to being able to add log4net style debug information to a set of stored procedures? Some of procedures delegate work to other procedures and I want trace information from both.
...
33
votes
7answers
1k views
Stepping through a TCP/IP stack
I was working as a QA engineer for a proprietary embedded operating system. They built their own ATN stack and stepping though it with a debugger was the most eye opening experience I have had with ...
2
votes
3answers
3k views
USB debugging - Issue with installing drivers
New to Android development, I've made a small app using Eclispe that works perfectly on a virtual android device. Now, I want to run it on the real device : Moverio, a Head-Mounted Display made by ...
0
votes
0answers
30 views
visual studio debug error unable to start program no more files
System info: Win 7 x64 SP 1, IE 10, Visual Studio 2010
I've been researching this error all over.
visual studio debug error:
"unable to start program (File path) no more files"
This started with ...
0
votes
3answers
43 views
Having trouble with adding an ArrayList to an ArrayList of ArrayLists
public class Tabel {
private static int dimension;
private ArrayList<ArrayList<Character>> tabel;
public Tabel(int dimension) {
Tabel.dimension = dimension;
...
1
vote
0answers
26 views
Read a file's content from the expression of a conditional JAVA breakpoint in Eclipse without creating variables
How do you read the content of a file from the expression of a conditional JAVA breakpoint in Eclipse?
My breakpoint's condition is true when the value of my string variable contains 'earnings':
...
0
votes
0answers
24 views
Eclipse debug can't find fields
I'm using the Eclipse debugger and can't inspect/watch field values or results of field.method() calls. I've encountered the problem in both Juno and now in Indigo. At first I could resolve the ...
1
vote
1answer
14 views
Manually show VS tooltip when Resharper error prevents intellisense on hover
In Visual Studio, normally when I hover over a variable it will display the type while editting code and the value while debugging.
How it should look when you hover over tablename:
Resharper ...
9
votes
7answers
2k views
check what files are open in Python
I'm getting an error in a program that is supposed to run for a long time that too many files are open. Is there any way I can keep track of which files are open so I can print that list out ...
1
vote
2answers
23 views
How to send HTTP requests to the v8 debugger?
The V8 javascript engine implements this debugger protocol. I start V8 (node.js) and I can connect through the browser to the open port (5858). What is the format of a request that needs to be send to ...
0
votes
0answers
5 views
how to trace nodeunit test using trace.gl
How to trace nodeunit test using trace.gl
I tried in 2 ways:
$ node ~/Dropbox/tracegl.js ./path/To/My/NodeunitTests. And then run my unit test from that directory in another console.
$ node ...
1
vote
1answer
25 views
Print logs on Android source code using Eclipse breakpoints?
In a debug effort to understand what the system is doing I would like to use the java debugger conditional breakpoints mechanism to print log messages on specific lines in Android's source code.
How ...
0
votes
1answer
24 views
C# Microsoft HPC IScheduler - Debugging Issue
I have an issue to run a simple code (Hello World) on Microsoft HPC. The code has a breakpoint. After compiling the code in the debug mode, when I submit the executable to the node ( the one I am ...
10
votes
2answers
5k views
how to debug JSF/EL
How to debug EL in the JSF page? I'd like to watch variable values, function calls an so on. The best solution would be an eclipse plugin, but any other possibility is better than guessing "Why this ...
1
vote
1answer
67 views
+50
Debug Lua in a Java project using LuaJava
My project has LuaJava as the script interpreter, for usage in both desktop and android via AndroLua. I want to be able to debug it, but I'm unable to arrange it.
I have tried with an Eclipse plugin, ...
0
votes
0answers
55 views
Unhandled exception at 0x75619617 (KernelBase.dll) in iexplore.exe
I'm making a firebreath based plugin which adds two integers.
I'm debugging the plugin by attaching the source to the browser. I'm getting the above exception at this step of my PLUGINAPI.cpp
I have ...
0
votes
0answers
19 views
Phonegap debugging remote user
A user is complaining about a problem that I can not reproduce in any emulator or VM.
How can I determine and fix the bug?
The application does not crash or show any error message but it does not ...
0
votes
0answers
29 views
Bug with chrome.storage?
I recently asked how to store an array with chrome.storage : Store an array with chrome.storage.local
I my extension, I now have this function :
function storeGeneratedKeyId(keyPairId){
...
0
votes
1answer
16 views
Heroku: get error stack when an error is happening
Is there any chance we can modify Heroku's behaviour to get the error stack like I have in local?
Ex:
NameError in Best#search
Showing ...
17
votes
5answers
16k views
How can I debug applications under Java Web Start (JNLP)?
I know how I can debug a remote Java VM with Eclipse. Bit how can I do it with a Java Web Start program. I have a problem that only occur in Java Web Start. It must be security related.
I need a ...
2
votes
3answers
438 views
How do I see the value of a DependencyProperty in WinDbg?
Using WinDbg and trying to debug a Silverlight application for memory leaks, I come across properties on my objects that are implemented as a DependencyProperty - and when I dump the object in the ...
0
votes
2answers
27 views
Qt+VS2010 - Unresolvable external symbol LNK2001
All I have is a main.cpp:
#include "myclass.h"
#include <QApplication>
#include <QTextEdit>
#include <QtGui>
class Notepad : public QWidget {
Q_OBJECT
public:
...




