An open API service indexing awesome lists of open source software.

https://github.com/kb-perbyte/.vscode_dumps

all .vscode dumps to find debug launch.json easily
https://github.com/kb-perbyte/.vscode_dumps

Last synced: 2 months ago
JSON representation

all .vscode dumps to find debug launch.json easily

Awesome Lists containing this project

README

          

# .vscode_dumps

## Ansible VS Code Debugger Configuration

This repository contains the `launch.json` file with debugger configurations for Ansible projects in Visual Studio Code (VS Code). These configurations are designed to assist you in debugging Ansible projects effectively.

### Prerequisites

Make sure you have the following software installed on your system:

- [Visual Studio Code](https://code.visualstudio.com/)

### How?

```bash
Create a Virtual Environment.
Clone the project.
Find the project which you want to debug in this repo.
Copy the launch.json file to your Ansible project's .vscode directory.
'pip install -e .' the project.
And select the right interpreter, make sure it points to the correct Virtual Environment.
Resolve the dependencies if any.
Hit F5 to start debugging, adjust the args as per need.
```

Thank you!