Hi all, I have dummy question regarding debugging ...
# suitescript
s
Hi all, I have dummy question regarding debugging UserEvent scripts. I have trouble to debug afterSubmit in Script Debugger. According to NS documentation https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_160833600356.html#To-create-the-user-event-script-and-start-the-debugger%3A in order to debug afterSubmit entry point you need to launch 'Debug Existing' script before you click 'Save' in UI. Then it opens debugger for beforeSubmit event. Then when I finishing debugging beforeSubmit it shows me a message 'Debugging connection was closed. Reconect when ready by reopening DevTools.' with button to 'Reconnect Devtools'. Then at least in theory after the button will be clicked the Suite debugger should should start to debug afterSubmit entry point but in reality it not and it continue to load record page and session is ends. It seams that it cannot connect or something like this. In the past it worked very well but now it became issue. Does anybody enfaced such a problem or has any thoughts?🙏
n