<@U9THZDYQL> my best recommendation (since this is...
# suitescript
j
@wsangster my best recommendation (since this is a client script) is to put
debugger;
in a separate line at the top of your problematic functions. Have developer tools open when you load the page and as soon as it hits the
debugger;
line it will pause hte script and you can step through and figure out where something is wrong.