Switch to the LocalVariables window.
「局所変数」ウィンドウに切り替えます。 - NetBeans
Click the LocalVariables tab and note that one variable is displayed.
「局所変数」タブをクリックして、変数が 1 つ表示されていることを確認します。 - NetBeans
Select the LocalVariables window and expand the args node.The array of strings contains the phrase you entered as the command arguments.
「局所変数」ウィンドウを選択して、「args」ノードを展開します。 文字列型の配列に、コマンド引数として入力したフレーズが含まれています。 - NetBeans
You can double-click on a call stack frame to select it, then explore any variable or expression values for that frame in the LocalVariables and Watches windows. 呼び出しスタックフレームをダブルクリックして選択したら、「局所変数」ウィンドウと「ウォッチポイント」ウィンドウでフレームの変数や式の値を確認できます。 - NetBeans
Select the LocalVariables window in the bottom of the IDE and expand the args node.The array of strings contains the phrase you entered as the command arguments.
IDE の下部にある「局所変数」ウィンドウを選択し、「args」ノードを展開します。 文字列型の配列に、コマンド引数として入力したフレーズが含まれています。 - NetBeans