‎2014 Jun 04 8:29 AM
Hi Folks,
I have a requirement in MIGO and I have to debug the smartforms called, do you have any idea how I can make it? the setting is 4 printed immediately. I had set a breakpoint in the smartforms but nothing happens when I execute.
Appreciate your quick response.
thanks.
Regards,
John
‎2014 Jun 04 8:46 AM
Hi Jb,
Please try to use update debugger using below steps,
Put a breakpoint in your driver program.
In MIGO, before pressing the SAVE button start debugging.
Press the SAVE button.
Start the update debugging by Settings > Update Debugging.
As soon as you continue in debugging, it would open another debugging session for the Update debugging. You can press continue and it would stop at your breakpoint.
Regards,
Prasenjit
‎2014 Jun 04 8:46 AM
Hi Jb,
Please try to use update debugger using below steps,
Put a breakpoint in your driver program.
In MIGO, before pressing the SAVE button start debugging.
Press the SAVE button.
Start the update debugging by Settings > Update Debugging.
As soon as you continue in debugging, it would open another debugging session for the Update debugging. You can press continue and it would stop at your breakpoint.
Regards,
Prasenjit
‎2014 Jun 04 8:54 AM
Hi Jb,
I think you can '/H' enter the debugging window at anywhere, then click create breakpoint button to create a breakpoint with function name 'SSF_FUNCTION_MODULE_NAME'. then F8 to the breakpoint.
From here, you can debug to see what happened.
regards,
Archer