Skip to content

Commit 3069ba1

Browse files
Update README.md "「BackEnd"
1 parent 4a8530e commit 3069ba1

File tree

1 file changed

+1
-1
lines changed
  • translations/ja/04-Using-GitHub-Copilot-with-CSharp

1 file changed

+1
-1
lines changed

translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ https://< your url>.app.github.dev/weatherforecast
6969

7070
![実行中のアプリケーションをテスト](../../../04-Using-GitHub-Copilot-with-CSharp/images/008TestRunningApi.png)
7171

72-
次に、アプリケーションにブレークポイントを設定し、APIの各呼び出しをデバッグします。BackEnd プロジェクトの`Program.cs`ファイルに移動します。このファイルは`SampleApp\BackEnd\Program.cs`というパスにあります。
72+
次に、アプリケーションにブレークポイントを設定し、APIの各呼び出しをデバッグします。BackEndプロジェクトの`Program.cs`ファイルに移動します。このファイルは`SampleApp\BackEnd\Program.cs`というパスにあります。
7373

7474
24行目にブレークポイントを追加し(F9キーを押す)、URLでブラウザを更新してエンドポイントをテストします。ブラウザには天気予報が表示されず、Visual Studioエディタでプログラムの実行が24行目で一時停止していることを確認できます。
7575

0 commit comments

Comments
 (0)