cancel
Showing results for 
Search instead for 
Did you mean: 

How can XSJS file be debugged in external session?

Former Member
0 Kudos

Hi Experts,

How can XSJS file be debugged in external session? Any suggestion? thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Can you specify what you mean by external session?  Generally you should be able to follow the debugging documentation in the Developers' Guide. You set the breakpoint and start the debugging - specifying the session id for your browser session.  Is it the xsSession ID you are having problems determining?

Former Member
0 Kudos

Hi Thomas,

I can debug XSJS file in my local PC by following debugging documentation in the Developers' Guide . But I need to call my xsjs file using http in other PC. When calling xsjs file using http, I also want debug the xsjs file. Then any suggestion? thanks

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In another PC?  Why wouldn't you just repeat the steps you did to debug on your PC?  Are you saying you want to remote debug someone else session?

Former Member
0 Kudos

Yes, Others need to call my XSJS files by Http, and he also wants to debug my XSJS file. He can call my XSJS file successfully. But do not know he how to debug my xsjs file?