Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.
0
votes
0answers
5 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
3 views
View the content of std::vector from a static library while debugging in VS
I want to debug a program in Visual Studio 2010. I am using a static library which contains the structure definition:
struct TWaggon
{
int someData;
}
And I have a header file with definition ...
0
votes
0answers
7 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
14 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
7 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
48 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
8 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 ...
0
votes
0answers
23 views
Problems while debugging JsTree Data
I am a complete newbie oon JS and JsTree.
Try to build a JsTree with an ajax call from my framework, what works very well.
Now I need to debug the data which I have in the tree, especially the ID ...
0
votes
1answer
21 views
Cant update or add new post/page nothing is working in wordpress
My site was working well last night but now nothing goes well. When I try to update existing page/post or add a new one it returns 505 internal server error and in Chrome it shows PHP code when I try ...
0
votes
1answer
47 views
Couldn't Debug the Complete Code to Create the Window
As what have said on Creating a Window (Windows):
“Congratulations, you've created a window! Right now, the window does
not contain any content or interact with the user.”
But I couldn't debug ...
0
votes
2answers
34 views
How to debug sessionscoped beans?
Imagine I have a bean which is SessionScoped. ( Call it: Bean A )
When I request a page that accesses this bean, this bean is initialized and some of its properties are set accordingly.
Then I ...
3
votes
1answer
41 views
Setting multiple breakpoint in Visual Studio 2012
I would like to set breakpoint all Convert.ToInt32 lines.
I have tried to replace all Convert.ToInt32 to System.Diagnostics.Debugger.Break(); Convert.ToInt32 but it did not work because some of the ...
0
votes
0answers
7 views
Code::Blocks debugger shows some other path which isn't included in the project
I'm trying to use code::blocks debugger. I followed this basic tutorial on how to do it. I also watched two videos on you tube. I was actually trying it on a bigger file which had its declaration ...
0
votes
1answer
9 views
Ollydbg target runs automatically
I have a target that automatically runs after I load it in to Ollydbg.
This form, doesn't stop at the entry point (but continues to execute and at a point it pauses, I have to press shift + f9.)
Is ...
0
votes
1answer
33 views
android applications does not compile and the emulator does not work
I am trying to learn android and i have encountered a serious problem. when i debug and run the program nothing happens. is there some special way to debug and run the code?
and some times i get the ...