Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.
0
votes
0answers
4 views
Step into c++/CLI wrapper dll and c# dll during debug while making plugins on firebreath
Building a plugin where there's a native dll, c# class library dll and a c++/CLI (class library) wrapper dll. No application here. Saw other posts on stack overflow. Did the Debugging Mixed mode .but ...
1
vote
0answers
11 views
SSIS - search or filter Execution Results in Debug Mode
I have a .dtsx package where I load huge number of flat files in thread-like loops.
In every loop, if there's something wrong with the file, the process copies the file to another location and ...
-3
votes
1answer
47 views
What are the JDK version bugs? [closed]
What are the bugs in JDK 6 and JDK 7? I am asking this because I used JDK 7 and I got some bad situation like stuck my java programs(which I developed) and some kind of slower of the machine than the ...
0
votes
0answers
13 views
Breakpoint will not currently be hit, no executable code associated with this line
Before we start, I did check this question first, and it didn't help as implementation was different. This guy was told to delete all exes, dlls and pdb files and recompile.
My app is a standard ...
0
votes
1answer
13 views
How to debug my activity for TFS?
I want to automate building patches with WIX. Cause it seems to be no tools for it I write my own. But I don't know how to debug it. I can find only rubbish tutorials like this that are useless 'cause ...
-6
votes
0answers
18 views
i am not able to run my application,it ends before it starts [closed]
05-23 06:58:40.601: W/Trace(778): Unexpected value from nativeGetEnabledTags: 0
05-23 06:58:40.601: W/Trace(778): Unexpected value from nativeGetEnabledTags: 0
05-23 06:58:40.601: W/Trace(778): ...
1
vote
2answers
57 views
Assertions C# + When to use them
I have seen couple of posts regarding usage of Debug.Assert in C#.
But I still have one doubt, may be its repeated, but I need to ask.
Is there a strict rule that Debug.Assert should be used only for ...
0
votes
2answers
35 views
Can't apply debug on java file in eclipse
On applying breakpoints to a java file in debug mode, the breakpoints are not stopping the control flow of that file. However, the breakpoints are stopping the control flow on another file in the ...
0
votes
0answers
8 views
Debugging a OperationApplicationException insert failed
I am going to try to simplify this situation as much as possible.
Observe the following code:
//...
ArrayList<ContentProviderOperation> batch = Lists.newArrayList();
...
0
votes
0answers
5 views
VSIX package source.extension.vsixmanifest is missing, can't figure out how to add it properly either
I'm flailing around trying to debug this VS 2012 VSIX package which relies on the project and item templates. Can you clear up for me what I'm supposed to do?
I have VSIX Project and Item templates ...
0
votes
2answers
24 views
How do I debug a running process?
I have a process that I am running and it should have finished a long time ago. It's been running 13 hours, and I expected it to be done in just a few. It has run successfully before many times.
It's ...
0
votes
3answers
39 views
Segmentation fault in function
When I run debugging it points to the line: 105 (and writes "segmentation fault" in the left corner). I don't know what does red line in "Call stack" window mean...
Please, tell waht it is and where ...
0
votes
1answer
16 views
How can I test a function working or not in pl-sql?
I learned the basics of writing a function and procedure in pl-sql but I don't know how to test if it's working , and if not How can I debug it .
Any Ideas please .
thanks all.
Here is the function ...
0
votes
0answers
19 views
Debugging akka actors
Is there any reason why IDE (IntelliJ IDEA) does not drop me to Actor's onReceive() method when I do remote-debugging?
I call actor like this:
try {
WorkDoneMessage result = (WorkDoneMessage) ...
2
votes
1answer
25 views
How does debuggers/exceptions work on a compiled program?
A debugger makes perfect sense when you're talking about an interpreted program because instructions always pass through the interpreter for verification before execution. But how does a debugger for ...
0
votes
0answers
30 views
Define a utility method in Eclipse java debugger
Is it possible, somewhere in the Eclipse Java debugger environment, to define a utility method for use in Expressions and conditional breakpoints and wherever?
For example:
String x(int n) { return ...
0
votes
0answers
8 views
Windbg, how to show more code?
I am new to using windbg, I normally use debuggers such as ollydbg or dissassemblers such as ida pro. However, I am wanting to debug 64 bit assembly code.
In ollydbg and ida pro's interface, it will ...
1
vote
1answer
18 views
Is there a way to debug which dependency causes a custom Knockout binding's update function to be called?
Is there a (relatively) easy way to debug which dependency causes the update callback of a custom Knockout binding to be called? My problem is that a binding is receiving updates repeatedly, and I ...
0
votes
0answers
9 views
How to tell Firebug to skip debugging jquery.js
I've set a breakpoint in my javascript code and started to debug. At certain points, the debugger jumps into the linked jquery.min.js file and just stops. Is there any way to tell Firebug to skip ...
0
votes
1answer
19 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 ...
0
votes
0answers
10 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 ...
4
votes
1answer
70 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 ...
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
2answers
43 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 ...
-3
votes
1answer
44 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 ...
1
vote
0answers
17 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 ...
2
votes
1answer
39 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 ...
0
votes
0answers
27 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
11 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
8 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 ...
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
34 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
44 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
1answer
16 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 ...
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 ...
0
votes
0answers
6 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 ...
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.
...
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
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 ...
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
2answers
29 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:
...
-5
votes
0answers
35 views
How can put breakpoints in C++ builder
I have terrible problem.
I m writing a c++ form aplication on c++ builder 2010. I could build succesfully, no problem no warning. When i press debug button it is running truely but i couldnt put any ...
0
votes
0answers
9 views
development and debugging base ground
I am new here and I want some help to put me on the right direction.
I am developing this website using apache and php on windows server from scratch. No frameworks except jQuery.
We released a ...
1
vote
1answer
45 views
string of the @exp@ in breakpoint Log Message has only one first symbol
I need to trace my program. I made symbolic breakpoint:
Full string is:
"Class name is @*(char*)object_getClassName(*(long*)($esp+4))@"
But instead full class name I have only first one symbol ...
1
vote
2answers
24 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 ...
2
votes
2answers
88 views
stepping through a function line by line
This user guide:
http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-debugger.html
advertises:
Execution can be single-stepped: the evaluator will suspend execution
approximately ...
5
votes
0answers
142 views
Is LLDB really the best debugging tool for iOS? [closed]
I'm trying to debug my iOS code on device and simulator. Every time i drop to LLDB I find it extremely frustrating to do even basic commands like "print". I find lldb to be poor at resolving return ...
0
votes
0answers
17 views
SQL Server 2008 R2 Management Studio debugging: How to break at an exception?
In Visual Studio 2008 I can use CTRL+D+E to make selections to have the debugger break at the point of exception, regardless of whether there is a catch block or not.
Is there a similar option in ...
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 ...
0
votes
1answer
24 views
Ready iCloud + Core Data solution
I spent 10 days trying to debug iCloud connection for my (extra cool) app coming... Its really hard to set up when you use Core Data. Now it doesn't work on device with iCloud on.
I want to ask if ...



