cancel
Showing results for 
Search instead for 
Did you mean: 

output in smartforms

nivaskumar2
Explorer
0 Kudos

how can i debug the forms

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Apart from what Sreekanth said, after you run the smartform, type /h in the command prompt, which will automatically take you to the debugging mode.

Regards,

Hema.

    • Reward points if it is useful.

nivaskumar2
Explorer
0 Kudos

when i add /h in command propmt,it start debugging from the fm itself.how can i find mu coding part

Former Member
0 Kudos

dont call it in ur from ..

call ur program if it is custom one else put any break point in ur program lines and start debugging.

sreemsft
Contributor
0 Kudos

Nivas,

If try /H and debug it takes more time to reach your code in the SMARTFORM.

Right way is go to your SMARTFORM and HARD CODE BREAK-POINT, where ever you want to stop the controller, so that the controller will stop there directly.

it is easy, than /H.

<b>Reward each helpful answers.</b>

Thanks,

Sreekanth

Answers (1)

Answers (1)

sreemsft
Contributor
0 Kudos

Hi,

You can put break-points in the Program-Lines of a SMART FORMS.

Thanks,

Sreekanth

nivaskumar2
Explorer
0 Kudos

sry it s not comming in the debug mode.so can i put break-point in text node

Former Member
0 Kudos

first write or include the break point

then activate the program and execute the program