Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.
0
votes
0answers
6 views
debugging codeigniter with eclipse and xdebug step by step
Have seen a few posts on Stack Overflow and Internet in general for attaching Xdebugger to Codeigniter project in Eclipse PDT .
Have Installed Wamp, Eclipse PDT, and tried following the ...
0
votes
0answers
6 views
Difference between debugging the release and running the release
When I generate the Release version of my app from Visual Studio (F5 Hotkey), everything is fine. But when I run the executable (exe file in the Release folder), I have a bug. That's so strange.
What ...
0
votes
0answers
5 views
Image not showing up in Facebook shares
We are having problems with Facebook not showing images, which we noticed from 17 May.
We have images tagged in og:image, and this is showing up as a blank white space in the object debugger. ...
0
votes
0answers
10 views
PyDev and settrace breaking silently
I'm trying to debug a Python subprocess (launched with multiprocess). I've created a simpler project with only the following code, launched the remote debugger, and then launched the project. I expect ...
0
votes
0answers
21 views
Debug error app crash server 2008 & windows7 c0000005 c0000096
I have a problem with running an application (handycafe) in Server 2008 and Windows 7 as server installation.
It works fine in XP and Server 2003. So I used the debugging tools and got the following ...
1
vote
0answers
15 views
Catch the problematic line in JSF-page-debugging?
I get an exception of
SEVERE: Error Rendering View[/consult_carto.xhtml]
java.lang.IllegalArgumentException
Now I can't solve it yet, so I thought I might debug the JSF page and I went on to find ...
0
votes
2answers
57 views
Why does this R ggplot2 code bring up a blank display device?
While SO is not usually used for help with bugs, this one shows particularly simple and particularly annoying behavior. If you are a ggplot2 user, you can reproduce it in 10 seconds or less.
As this ...
-1
votes
0answers
6 views
Eclipse disables debug toolbar buttons! Have to restart debug session
Often when I hover over a variable while debugging, eclipse disables all the "step over", "step into", "resume" debug buttons in the toolbar. I can no longer use these buttons and hotkey F6 F8 etc ...
0
votes
2answers
17 views
How to show currently debugged line in PHPStorm?
Got remote debugging working in PHPStorm (version 6.0.2.) and every time execution stops on a breakpoint it shows me the current variables etc.
But it does not actually show me the file and line ...
0
votes
0answers
14 views
View the content of std::vector from a static library while debugging in VS
I have a C++ project in Visual Studio 2010 and I have my static library "MyLib.lib" which contains the structure definition:
struct TWaggon
{
int someData;
}
And I have a header file "Trains.h" ...
0
votes
0answers
9 views
how to set jcode library for rubymine debugger
I'm trying to debug arabic text in rubymine. A quick search reveals that I need to set $KCODE env variable to 'U' and require the jcode library..
that works fine for me on irb, but I can't figure ...
0
votes
1answer
17 views
PHPMailer, DKIM, and SPF set - Emails still arriving in Junk (PHP)
I am trying to send an activation email from my website to the user. No matter what I do, the email is going straight to the junk folder.
I have logged into my cPanel, gone to E-Mail Authentication ...
0
votes
0answers
10 views
SWT NullPointerExceptions on add row with yql data
I have made a simple app that takes a yahoo finance url that points to csv that gets read and stored in a class. I found this class from here http://java.sys-con.com/node/39248. Then I made a SWT UI ...
2
votes
1answer
53 views
How to track variable changes in PHP
Good day.
I've been working on project that contains many variables and sessions and where most of the job is done "under the hood" and via ajax.
The problem is that I try to debug my project and I ...
1
vote
0answers
12 views
How can I debug what apears to be an authentication issue with a custom field on the contact object in salesforce?
First, thank you in advance for your assistance. I am relatively new to apex, but not to programming. So, while I will apreciate if someone has the answer right off the bat, I'm as equally ...