From 9bd73c4c0ad826f144ab5096d71cd275d0e5ccc5 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Tue, 29 Dec 2020 21:43:29 +0100 Subject: [PATCH] Updated installation instructions for ProxSpace --- .../Windows-Installation-Instructions.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md index 1cf1f43c9..80f5b4d5c 100644 --- a/doc/md/Installation_Instructions/Windows-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Windows-Installation-Instructions.md @@ -64,6 +64,24 @@ To use the compiled client, the only differences are that executables end with ` Now you're ready to follow the [compilation instructions](/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md). +## (Optional) Visual Studio Code debugging + +Download and install [Visual Studio Code](https://code.visualstudio.com/) + +Download and install [J-Link Software and Documentation pack for Windows](https://www.segger.com/downloads/jlink/JLink_Windows.exe) + +Enter PorxSpace (`runme64.bat`) and enter your project folder. + +Setup the Visual Studio Code configuration, by running: +```sh +./.vscode/setup.sh +``` + +now launch Visual Studio Code and open your project folder + +_note_ +Please install the recommended Visual Studio Code extensions in order for debugging to work. + # Installing on Windows with WSL 1 WSL 1 requires to run on Windows 10 version 1709 or above. Previous windows versions didn't have support for COM ports.