From f6edf72192ca074407a804892ed83daee4b9468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurel=20Bi=CC=81ly=CC=81?= Date: Thu, 18 Apr 2019 18:19:46 +0100 Subject: [PATCH] fix link to vshaxe debugging info --- HaxeManual/13-debugging.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HaxeManual/13-debugging.tex b/HaxeManual/13-debugging.tex index 65d0a42c..b676dcf5 100644 --- a/HaxeManual/13-debugging.tex +++ b/HaxeManual/13-debugging.tex @@ -71,7 +71,7 @@ \section{Tracing Types} \section{IDE Integration} \label{debugging-ide-integration} -Haxe is supported in a \href{https://haxe.org/documentation/introduction/editors-and-ides.html}{number of editors and IDEs}. Some IDEs, such as Visual Studio Code (with the \href{https://marketplace.visualstudio.com/items?itemName=nadako.vshaxe}{vshaxe} extension), support debugging of Haxe code with breakpoints, stack tracing, etc. Simply run the program in debug mode. +Haxe is supported in a \href{https://haxe.org/documentation/introduction/editors-and-ides.html}{number of editors and IDEs}. Some IDEs, such as Visual Studio Code (with the \href{https://github.com/vshaxe/vshaxe/wiki/Debugging}{vshaxe} extension), support debugging of Haxe code with breakpoints, stack tracing, etc. Simply run the program in debug mode. \section{Debugging in JavaScript}