Debugging RAP passthrough functions
Hi,
I couldn't find anything in the ngs so here we go,
Is using codesite the only way to debug the rap passthrough functions or can
I use the delphi integrated debugger to step through the code at run/design
time? Can someone point me where I can discover info about debugging RAP
passthrough functions?
I am using D5 Sp 2 EE and RB 6.03 EE.
Thnx in advance
Paras
I couldn't find anything in the ngs so here we go,
Is using codesite the only way to debug the rap passthrough functions or can
I use the delphi integrated debugger to step through the code at run/design
time? Can someone point me where I can discover info about debugging RAP
passthrough functions?
I am using D5 Sp 2 EE and RB 6.03 EE.
Thnx in advance
Paras
This discussion has been closed.
Comments
since RAP code is pure Delphi it is of no problem using the integrated debugger. Set a breakpoint at the beginning of your RAP function.
regards,
Chris Ueberall;