Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle forms 12c remote debug windows to linux breakpoints not working

Mark KochMar 25 2021

I am trying to get the remote debugging working from my windows form builder to the remote form compiled and run on the linux server.
My problem is the breakpoints I create in form builder are ignored by the debugger. Although I can pause the running form and step through the code from that point onward and that functionality seems to work correctly.
I can't seem to find any documentation on how to create the breakpoints in the linux FMX file, I think I just need to add debug=yes to the frmcmp_batch command line. Are the breakpoints transferred over when the FMB file is copied to linux and recompiled?
compile command
$FORMS_INSTANCE/bin/frmcmp_batch.sh module=$FILENAME.fmb module_type=form userid=$PROC_USERID batch=yes debug=yes

This post has been answered by Mark Koch on Mar 30 2021
Jump to Answer

Comments

Post Details

Added on Mar 25 2021
6 comments
953 views