Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MIGO print out debugging

0 Likes
2,017

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,239

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,240

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

Read only

Former Member
0 Likes
1,239

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