Can anyone help me figure out how to debug a suitelet using the NS debugger? It has a user event to fire the suitelet, when I go to debug it doesn't run through the actual code, just the user event script.
b
battk
03/04/2019, 3:22 PM
you would need to setup the debugger to debug the existing suitelet deployment
battk
03/04/2019, 3:23 PM
it sounds like you are debugging the user event, which is separate from the suitelet
a
Amanda Flynn
03/04/2019, 3:26 PM
thanks. i have attempted to debug both, but can't step in to the suitelet code.
b
battk
03/04/2019, 3:41 PM
sounds strange
battk
03/04/2019, 3:42 PM
i would try debugging the suitelet and then performing a get on the suitelet's url
battk
03/04/2019, 3:42 PM
if that works, something is wrong with the user event, and I would recommend sharing your user event's code