Print Document

How to setup Visual Studio code for Python Django
Version 01
Release Date 01 Jan 2021
Type SAP Documents
Status Released

Remote Debugging using Visual Studio Code

Code hosted in remote server can be debugged using Visual studio code or Visual studio code insider. Refer to the attached external link for step by step guide.

 

Default different port for Django development server

 

By default port 8000 is used for running Django Development server. But if other servers are already installed , port 8000 can be used and you may to use another open port for Django server. In such cases modify the launch.json file to launch the development server in a different port.

Enter the local server + port to launch the server from a different port.

Note : If visual studio code is not working , try using Visual Studio insider


Table of contents

Technical Documents
Configuration Guide
External Reference
VS Code Remote server Debugging
Remote Development using SSH
SAP Note
SDN Links
Messages
Sample Code