We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8530e commit 3069ba1Copy full SHA for 3069ba1
translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md
@@ -69,7 +69,7 @@ https://< your url>.app.github.dev/weatherforecast
69
70

71
72
-次に、アプリケーションにブレークポイントを設定し、APIの各呼び出しをデバッグします。BackEnd プロジェクトの`Program.cs`ファイルに移動します。このファイルは`SampleApp\BackEnd\Program.cs`というパスにあります。
+次に、アプリケーションにブレークポイントを設定し、APIの各呼び出しをデバッグします。「BackEnd」プロジェクトの`Program.cs`ファイルに移動します。このファイルは`SampleApp\BackEnd\Program.cs`というパスにあります。
73
74
24行目にブレークポイントを追加し(F9キーを押す)、URLでブラウザを更新してエンドポイントをテストします。ブラウザには天気予報が表示されず、Visual Studioエディタでプログラムの実行が24行目で一時停止していることを確認できます。
75
0 commit comments