You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translations/ja/04-Using-GitHub-Copilot-with-CSharp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ https://< your url>.app.github.dev/weatherforecast
71
71
72
72
次に、アプリケーションにブレークポイントを設定し、APIの各呼び出しをデバッグします。`Program.cs` file in the BackEnd project. The file is in the following path `SampleApp\BackEnd\Program.cs`.
73
73
74
-
Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to test the endpoint. The browser should not show the weather forecast, and in the Visual Studio Editor we can see how the program execution was paused at line 24.
74
+
Add a breakpoint in line 24 (press F9) and refresh the browser with the Url to test the endpoint. ブラウザには天気予報が表示されず、Visual Studio エディターではプログラムの実行が 24 行目で一時停止されたことがわかります。
75
75
76
76

0 commit comments