Debug mode ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 03:14 PM
Hello experts,
I wrote a On edit client script which is working but apparently there is another script which runs after my script which causes changes to rollback. In my experiences with other products, I could run the transaction in a debug mode to watch each step that is being executed to find the culprit. Is there a feature like that in SN? Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 09:24 PM
You can try to use the session debugger
or field watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 10:58 PM
You may wanna have a look to Script Tracer.
"Use the Script Tracer tab in the Script Debugger to debug synchronous, server-side scripts which are executed as part of an application's logic."
Cheers,
Tai Vu