Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.

learn more… | top users | synonyms (2)

2
votes
1answer
6 views

xcode 4.5.2 and IOS SDK 6.0 debug not working?

I have connected Xcode and my device through USB. In Organizer window my device is showing but near the schema option my device name does not showing for debugging. My Mac OS Version 10.8.2 and Xcode ...
0
votes
1answer
14 views

Dual debugger Java + (Perl/Python) script

This question just came up in a discussion and i am curious to know . Is it possible to have a debugger that can debug 2 languages . For example . If i have Java program that ...
0
votes
1answer
60 views

Situations in which a DELETE statement does not execute

I have an ERP system which I'm trying to debug and at some point when issuing a command from frontend a set of queries is executed in SQL Server. In the set of queries there is a DELETE statement ...
0
votes
0answers
11 views

Google Chrome debugger skip breakpoint

I am currently trying to debug a js script in chrome, I put a breakpoint in the script and it breaks properly when I use only one tab, but on a second tab it doesnot break even tough I see the break ...
0
votes
1answer
22 views

Devkit function in ruby on rails

I am new to rubyonrails. Any one can explain me please what is devkit and what is the function of devkit in RoR. How we use this. Any can please..
-1
votes
0answers
36 views

Why does this simple java encryption program not work? RESOLVED

EDIT: The code works now with no changes. Bizarre. I am currently working my way through Stanford's CS106A Programming Methodology class and have just passed a lesson during which the teacher ...
0
votes
0answers
10 views

XCode 4 Python Debugging

I have followed the steps in this thread and have successfully created an environment to develop Python scripts. The only problem I am having is that upon running the script, it does not let me input ...
1
vote
1answer
11 views

SQL Server Report 2008 R2 Report Services - debug a custom assembly

How do I debug an assembly that's being used by a Report Services report running through SQL Server 2008 R2 Reporting Services? I'm trying to debug using VS2012 It looks like the reports were ...
0
votes
0answers
25 views

producing a variable for input into an RSS feed

this may be a very simple debugging question (I haven't been coding lone) I have a looping code that parses a scraped xml, this parsing happens on a 5 minute loop but doesn't return duplicates from ...
0
votes
2answers
14 views

How can i Debug this crystal reports formula?

i have the following on a crystal report form as a formula: IF ({REPORT_INVOICE_SUMMARY.ITEMCONCAT} <> 'Move' and {REPORT_INVOICE_SUMMARY.ITEMCONCAT} <> 'Daywork' and ...
0
votes
0answers
5 views

Timeout on ASP.default_aspx.ProcessRequest

In my production server I have an ASP.NET application, and it sometimes is reporting a timeout in the page Default.aspx. However, when I use DebugDiag to find the problem, it always shows the stack ...
0
votes
1answer
7 views

C9.IO - Debugging Failed - Failed to open socket on port 15400, waiting 1000 ms before retrying

The code in C9.IO it's... var http = require("http"); http.createServer(function(req, res) { res.end("Hello world from Cloud9!"); }).listen(process.env.PORT, process.env.IP); The result at ...
0
votes
0answers
9 views

What does CONNECTION INTERRUPTED mean?

I've developed an app which runs perfectly on iPhone 4, 4s and iPhone 5. I started getting some reports on crashes on iPod Touch 4G so today I started looking into the problem. At one of the most ...
0
votes
0answers
6 views

How can I debug this strange Nuget error? (Error occurred for this query during batch execution)

I have a strange error in Nuget package manager. When I click on Updates, and then select our internal package source I get the error: "An error occurred for this query during batch execution. See the ...
0
votes
0answers
30 views

How to debug runtime exception on app start

If my application crashes on startup even before I can see any useful info in LogCat is there a way to understand what causing the problem from the stack trace like that below?

1 2 3 4 5 1207
15 30 50 per page