Closed
Description
Refs: #154
- macOS @eleanorjboyd
- linux @alexr00
- windows @bamurtaugh
Complexity: 3
Prerequisites:
- Make sure the last pre-release version of the Python Debugger Extension has been installed.
Part 1: Test Django app
- Open a Django Project if you already have one or you can also create one following the steps in the Django Tutorial.
- Create a Django launch configuration
- Go to your launch.json and add to the Django config:
"autoStartBrowser": true
. - Run the launch configuration
- Make sure that a browser with your application running is open with the right url and port.
Part 2: Test flask app
- Open a Flask Project if you already have one or you can also create one following the steps in the Flask Tutorial.
- Create a Flask launch configuration
- Follow the same steps mention above.
Part 3: Don't open browser
- By default this config attr is false, if the value is not in the configuration or the value is
false
no browser should be opened.