2016 Apr 13 6:36 AM
Hi All,
Please provide step by step process to debug BSP Applications.
I have Already tried SE80 Utilities -> Settings -> ABAP Editor -> External Debugging.
and after that SICF Edit -> Debugging -> Activate Debugging or HTTP Debugging but unable to debug application.
Please help if any one worked on this.
Thanks in Advance....
Hi All,
Please provide step by step process to debug BSP Applications.
I have Already tried SE80 Utilities -> Settings -> ABAP Editor -> External Debugging.
and after that SICF Edit -> Debugging -> Activate Debugging or HTTP Debugging but unable to debug application.
Please help if any one worked on this.
Thanks in Advance....
2016 Apr 13 7:57 AM
Go to tcode SM51 and see how many active AS instances you have, put an external breakpoint in all the instances
2016 Apr 13 10:22 AM
Hi Thanks for the reply. We are having only one instance and i have already set external break point for that but still no debugger starts when i am executing a BSP Page.
Any other way.
2016 Apr 13 10:54 AM
Are you sure you are using the right user for debug, is there any login page for that application.
Is this a UI5 application.
Try hard coding the break-point starement along with external break points and check in tcode sm21
2016 Apr 14 5:01 AM
Yes as i have checked user name is correct and yes also a custom login page created for this application but other pages are also not opening in debugger when i am executing them directly.