Debugging Questions


Debugging ILE programs
Are there any documents on Debugging ILE programs(cobol ile or rpg ile) ? Please share the link..Thanks

Answer Question   |  January 8, 2013  6:18 PM
AS400 - COBOL, AS400 Debug, AS400 RPGLE, Debugging
asked by:
70 pts.

dspfile in rpg
can we do debugging a dsp file in rpg? if its so how is possible? plz give me the steps?

Answer Question   |  March 31, 2012  11:57 AM
Debugging, DSPF, RPG
asked by:
1,350 pts.

debugging work, application not work
Hi I have a quick question I write an window form app code for my work everything works fine the only issue is I can not run the project application but when I debugging its work great   this is my source code #pragma once namespace project {  using namespace System;  using namespace System::ComponentModel;  using [...]

Answer Question   |  March 31, 2012  7:47 PM
Debugging, Source code, Source code management, VC++
asked by:
63,535 pts.

RLU- How the lines will be calculated in the program
I’ve a printer file with a 2 Header and 2 detail record format with SPACEB(002) for all of them….I moved the values to the fields of the Detail and of Header formats. When i ran the program report is generating. i like to know how the printed lines is getting accumlated. When i debug after [...]

Answer Question   |  March 10, 2011  6:49 PM
AS/400 debugging, AS/400 RLU, Debugging, RPG Programming
asked by:
70 pts.

Debugging Oracle Form in 10g
      Hi , I am currently working in form 10g and i m newbie to that technology…        I want to debug my form and also check step step by values of variables which i defined.. Can u plese help me out to solve my problem…if any document available to step by step debugging… Thanks

Answer Question   |  September 29, 2010  4:52 AM
Debugging, Oracle Form Builder, Oracle Forms, Oracle Forms 10g
asked by:
30 pts.

Core Dump problem in C pgm
Hi All, I am facing core dump, I am using “dbx” debugger to debug my source codein this matter.[o:p][/o:p]

Answer Question   |  August 23, 2010  2:21 PM
C programming, C++, core dump, Debugging
asked by:
Kar
425 pts.

What should be done first: code reviews or unit tests?
If a developer implements code for some module and wants it reviewed, what should be the order? 1. First unit test the module after designing test cases for the module, debugging and fixing the bugs and then give the modified code for peer code review. or 2. First do the code review with peers and [...]

Answer Question   |  June 21, 2010  3:32 PM
Debugging, Developer, Development, Functional testing
asked by:
265 pts.

How to compile a source in a server so that I can able to debug the program in another server which doesn’t have compiler?
Hi, I have two servers. One server doesn’t have compiler and I need to port some programs to this server and I need to debug it. So, what parpameters do I need to supply at the time of compilation in the server which has compiler. Thanks in advance  

Answer Question   |  May 12, 2010  9:18 AM
Compilers, Debugging, Servers
asked by:
315 pts.

Can’t see overlay screen in debug
I have HEADER, DETAILS & FOOTER screen, where DETAILS & FOOTER screen are set overlay. My pgm as below: WRITE HEADER WRITE FOOTER EXFMT DETAILS DOW NOT *IN03 EXFMT DETAILS ENDDO When i debug the pgm, only the 1st time i call the pgm i can see all 3 screen,but not 2nd times onwards. I [...]

Answer Question   |  January 31, 2010  12:02 PM
Debugging, Program Debugging
asked by:
35 pts.

Setting breakpoints in debug
I know you can set breakpoints without using F6 by typing break and the line number at the debug screen. I need to know how to set up a conditional break point. I essentially need to know exactly when a field is being populated. How would something like this be correctly written: “break when badd3 [...]

Answer Question   |  October 19, 2009  4:55 PM
AS/400 - DDS, breakpoints, debug, Debugging
asked by:
100 pts.

DEBUG COBOL/400 PROGRAM
PLEASE GUIDE ME HOW CAN DEBUG A COBOL/400 PROGRAM?

Answer Question   |  July 24, 2009  12:00 PM
COBOL, COBOL DEBUG, COBOL debugging, COBOL/400, COBOL/400 Debugging, debug, Debugging, Software Quality
asked by:
5 pts.

Debugging a Copybook
Is there any way where we can debug a copy book. to know whether the functionality we kept in copy book is working fine.

Answer Question   |  June 8, 2009  9:36 AM
COBOL debugging, Copybook, Debugging
asked by:
25 pts.

Recordset not Updated as per query and not giving any error
Dear Sir, thanks for your reply for my earlier query, What I am trying to do is i am editing RM item rate in RM master file.. my code doing it correctly, secondly i am updating bill_detail file for rate where that RM code is used in bill this also my code doing correctly, but [...]

Answer Question   |  May 28, 2009  10:11 AM
Database programming, Debugging, VB 6, Visual Basic 6, Visual Basic debugging
asked by:
20 pts.

why does my program not work and then when I run it in debug it works from that point forward
why does my program not work and then when I run it in debug it works from that point forward. Does this have to do with compressing programs when compiling

Answer Question   |  May 7, 2009  5:10 PM
Data compression, Debugging
asked by:
25 pts.

Error 35764 in Visual Basic
i want details of the error 35764 in VB

Answer Question   |  March 9, 2009  6:35 AM
Debugging, Error 35764, Runtime Errors, VB, VB error handling, Visual Basic
asked by:
5 pts.

Error in PowerBuilder 11 project
**I have Poroject based on Power Builder version 9.0 and i make migrate to version 11.0** after migrate any tiom run project power builder send me message :- ***:—-92a5_appcompat.txt*** <?xml version=”1.0″ encoding=”UTF-16″?> <DATABASE> <EXE NAME=”PB110.EXE” FILTER=”GRABMI_FILTER_PRIVACY”> <MATCHING_FILE NAME=”PB110.EXE” SIZE=”65536″ CHECKSUM=”0x805974CE” BIN_FILE_VERSION=”11.0.0.6525″ BIN_PRODUCT_VERSION=”11.0.0.0″ FILE_DESCRIPTION=”Sybase PowerBuilder 11.0″ COMPANY_NAME=”Sybase Inc.” PRODUCT_NAME=”PowerBuilder” FILE_VERSION=”11.0.0.6525″ INTERNAL_NAME=”PB 11.0″ LEGAL_COPYRIGHT=”Copyright Sybase Inc. 2007″ [...]

Answer Question   |  August 22, 2011  2:29 PM
Debugging, Error handling, PowerBuilder, PowerBuilder 11, PowerBuilder debugging
asked by:
5 pts.

Round Robin
can any1 chek wot the mistake is #include<iostream.h> #include<conio.h> void main() { int st[10],bt[10],wt[10],tat[10],n,tq; int i,count=0,swt=0,stat=0,temp,sq=0; float awt=0.0,atat=0.0; clrscr(); cout<<”Enter number of processes:”; cin>>”%d”,&n; cout<<”Enter burst time for sequences:”; for(i=0;i<n;i++) { cin>>”%d”,&bt[i]; st[i]=bt[i]; } cout<<”Enter time quantum:”; cin>>”%d”,&tq; while(1) { for(i=0,count=0;i<n;i++) { temp=tq; if(st[i]==0) { count++; continue; } if(st[i]>tq) st[i]=st[i]-tq; else if(st[i]>=0) { temp=st[i]; st[i]=0; [...]

Answer Question   |  December 22, 2008  2:14 PM
Debugging, Programming, Round Robin, Software development, Software Quality
asked by:
150 pts.

(2008 Visual Basic) I need help with an error in my code
1.Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click 2.For Each Link As HtmlElement In WebBrowser1.Document.Links 3.Dim strText As String = Link.InnerText 4.If strText.IndexOf(“Heal”) > 0 Then 5.Link.InvokeMember(“Click”) 6.Exit Sub 7.End If 8.Next 9.End Sub -here is my error i received in line 4. when trying to run my code. System.NullReferenceException was [...]

Answer Question   |  August 2, 2011  4:51 PM
Debugging, innerText, System.NullReferenceException, Visual Basic, Visual Basic 2008, Visual Basic 2008 debugging, Web development
asked by:
50 pts.

VB 2005 Debug Page
My Debug pages does not show Configuration or Start Action options. It only show Start Options. How do I correct this?

Answer Question   |  October 9, 2008  4:33 AM
Debugging, Start Action, VB 2005, Visual Basic, Visual Basic 2005
asked by:
SLQ
5 pts.

MSIE sharepoint debug error
When I click on edit document link in sharepoint, I get debug error and the page closes. What is causing this? Could it be a right issue or a problem with IE?

Answer Question   |  December 29, 2008  5:09 PM
Debugging, Internet Explorer, SharePoint
asked by:
45 pts.