QuestionQ87

Managing Applications

Which of the following is NOT a debugging strategy for client-side scripts?

  • A g_form.addInfoMessage()
  • B Field Watcher
  • C jslog()
  • D gs.log()
Explanation

Client-side scripts execute in the web browser and can use browser-oriented tools such as the JavaScript Log, Field Watcher, and form messages. gs.log() is a server-side GlideSystem logging method, so it is not available as a client-side debugging technique.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!