Can anyone help me figure out how to debug a suite...
# suitescript
a
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
you would need to setup the debugger to debug the existing suitelet deployment
it sounds like you are debugging the user event, which is separate from the suitelet
a
thanks. i have attempted to debug both, but can't step in to the suitelet code.
b
sounds strange
i would try debugging the suitelet and then performing a get on the suitelet's url
if that works, something is wrong with the user event, and I would recommend sharing your user event's code