LoginSignup
2
0

Script Debuggerの使い方

Last updated at Posted at 2024-03-11

目次

  1. はじめに
  2. ブレークポイントの設定とデバッガの操作方法
  3. おわりに

1. はじめに

みなさんこんにちは、三井情報株式会社です。

今回は、Script Debuggerの使い方についてご紹介します。
Script Debuggerとはサーバサイドのスクリプトのデバッグを行うための機能です。
image.png

※Script Debuggerについての詳細情報は以下のリファレンスサイトをご参照ください。
https://docs.servicenow.com/ja-JP/bundle/vancouver-api-reference/page/script/debugging/concept/script-debugger.html

2. ブレークポイントの設定とデバッガの操作方法

① デバッグしたいサーバサイドスクリプトを開き、ブレークポイントを設定します。
image.png
image.png

② Script Debuggerを起動します。
image.png

③ スクリプトが実行される操作を行います。
 この例ではUIアクションなのでインシデント画面でボタン押下します。
image.png

④ Script Debugger上でデバッグが可能になります。
image.png
コンソールペインの詳細はこちら

3. おわりに

いかがでしたでしょうか。
Script Debuggerの使い方についてご紹介しました。
便利な機能なのでぜひ使ってみてください。

最後までお読みいただき、ありがとうございました。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0