Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with debugging the actuate basic file

Status
Not open for further replies.

SVSChandru

Programmer
Nov 9, 2001
1
US
We are facing a problem with the output values from the actuate report. So we need to debug the basic file. But the report-execution does not stop at the breakpoints we have on the basic file. It does only when there is a break point Finish method of the class. I am new to actuate. Any help in this regard would be greatly appreciated.

Thanks
Mohan
 
May be your control flow not going through the breakpoint.
Move the breakpoint to some conditional statement.You can also use the Stop command inside the function.The execution will stop at that point.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top