You should def see the debug statements. Are you s...
# suitescript
c
You should def see the debug statements. Are you sure the script deployment is set to log debug and not something else?
j
Yeah script is in debug and testing
message has been deleted
Tried both clicking
Debug
and going directly to the Debugger and selecting my script.
Neither is logging debug
But when I set the script to deployed / scheduled the debug statements are getting logged to script execution logs.
b
have you used the debugger before?
j
Yes, but this is my first time using the debugger with a 2.1 scheduled script. I'm reading through the docs now
Need to read up on Chrome DevTools.
b
id start with a simple script in its editor so you know what to expect from it
its pretty slow and requires unusual amounts of clicking
j
Thanks, I'm making progress. Appreciate the help