Does anyone know of a debugging tool I can use to ...
# suitescript
b
Does anyone know of a debugging tool I can use to set breakpoints in my scripts and step through it line by line?
nobody likes it
m
NetSuite’s native debugger will do that for server scripts. The browser console works for client scripts.
b
I suppose I'll give it a try. Sick of trying to debug just using logs. Thanks @battk & @mattdahse
Appreciate it!