forked from microsoft/vscode-remote-try-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ Some things to try: | |
1. Open `sever.py` | ||
2. Add a breakpoint. | ||
3. Press <kbd>F5</kbd> to launch the app in the container. | ||
4. Open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container. | ||
5. Once the breakpoint is hit, try hovering over variables, examining locals, and more. | ||
4. Once the breakpoint is hit, try hovering over variables, examining locals, and more | ||
5. Continue, then open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container | ||
3. **Forward another port:** | ||
1. Stop debugging | ||
1. Stop debugging and remove the breakpoint | ||
2. Open `sever.py` | ||
3. Change the server port to 5000. (`PORT = 5000`) | ||
4. Press <kbd>F5</kbd> to launch the app in the container. | ||
|
@@ -61,4 +61,4 @@ contact [[email protected]](mailto:[email protected]) with any additio | |
## License | ||
|
||
Copyright © Microsoft Corporation All rights reserved.<br /> | ||
Licensed under the MIT License. See LICENSE in the project root for license information. | ||
Licensed under the MIT License. See LICENSE in the project root for license information. |