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