cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger is not stopping in web ide xsa

0 Kudos

Hi ,

I am using sap web ide for developing middleware serice in xsjs .when i try to attach debugger it is showing debugger attached successfully . . when i try to debug it it not stopping it in that line . . it is executing all the program.

could any one can suggest is there any setting i need to check.

my package.json versions

"@sap/xsjs": "3.4.2",

"@sap/xsenv": "1.2.9"

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioG_TX
Active Contributor
0 Kudos

to attach the debugger you have to be running the api locally. once the api is running locally and you send a request from the browser, the nodejs runtime (xsjs backwards compatible) should stop as long as your route is configured correctly in the xs-app.json file and the user is authenticated (unless you have anonymous authentication)