How to debug the Code

mayur_kovle

New Member
I am not able to debug the programs inside roundtable with the help of progress debugger.
The debug option in appbuilder is disabled for any file that i check out from roundtable.

But if i am opening a file from my local drive i am able too debug it.

Please anyone suggest me to how to debug the code while working with roundtable.
 
Hi.

Which version of Roundtable are you using?

I am not able to debug the programs inside roundtable with the help of progress debugger.
The debug option in appbuilder is disabled for any file that i check out from roundtable.

At which menu option are you looking? I do not see a 'debug' option within AppBuilder.
 
Hi.

Type
DEBUGGER:INITIATE().
DEBUGGER:SET-BREAK().

in your code from where you want to start the debugger.

I do this all the time and haven't had any trouble starting the debugger.

Can you please provide steps to duplicate? Is it just a matter of opening WIP object from within Roundtable, adding the DEBUGGER statements above, and pressing F2?
 
Top