0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Outsystemsアプリケーションのデバッグ

Posted at

サーバーアクションとクライアントアクション
1.Service Studioがブレークポイントを登録する
ブレークポイントはDebugパネルに一覧表示される
ブレークポイントは削除と一時的な無効化が可能
image.png
image.png
2.アプリケーションがブラウザで開く
image.png
image.png
3.開発者はコードをステップ単位で実行可能
image.png
注意点:実行がブレークポイントに到達すると、Service Studioにフォーカスが戻る

通常のデバッグ操作が可能
Step Over(ステップオーバー)
Step Into(ステップイン)
Step Out(ステップアウト)

image.png
変数の検査
Outsystemsは実行が停止している間に変数の値を検査可能
image.png

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?