Skip to content

Commit 8c62234

Browse files
committed
Add gray borders for screenshots and fix alt-text
1 parent 0147f88 commit 8c62234

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/containers/container-tools-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ The project uses the SPA Proxy during debugging. See [Improved single-age app (S
355355

356356
1. Verify that you can hit a breakpoint in client-side JavaScript code by setting a breakpoint in **ClientApp/src/components/Counter.js** in the **incrementCounter** function, and then try hitting the breakpoint by clicking the **Increment** button on the Counters page.
357357

358-
![Debugging client-side JavaScript](./media/container-tools-react/vs-2022/debugging-client-javascript.png)
358+
![Screenshot showing ebugging client-side JavaScript.](./media/container-tools-react/vs-2022/debugging-client-javascript.png)
359359

360360
1. Next, try hitting a breakpoint in the server-side ASP.NET Core code. Set a breakpoint in *WeatherController.cs* in the `Get` method and try appending `/weatherforecast` to the base localhost and port URL to activate that code.
361361

362-
![Debugging server-side ASP.NET Core code](./media/container-tools-react/vs-2022/debugging-aspnet-core.png)
362+
![Screenshot showing debugging server-side ASP.NET Core code.](./media/container-tools-react/vs-2022/debugging-aspnet-core.png)
363363

364364
1. If the container port changes, which can happen if you make a significant change, such as updating *launchSettings.json* or updating the debug launch profile in the IDE, you'll need to update the port in *setupProxy.js* and also restart the proxy. Terminate the current proxy (**Ctrl**+**C** in the command window where it's running), and then restart it using the same command `npm run start`.
365365

Loading
Loading

0 commit comments

Comments
 (0)