Skip to content

Commit

Permalink
fix link to vshaxe debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurel300 committed Apr 18, 2019
1 parent 34cf7f2 commit f6edf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaxeManual/13-debugging.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

This comment has been minimized.

Copy link
@Gama11

Gama11 Apr 18, 2019

Member

Still says "with the vshaxe extension", which seems odd now. Maybe the "Visual Studio Code" text itself should just be the link?

And "Simply run the program in debug mode." also seems a bit misleading, depending on the target you need to add some additional flags / libs, etc...



\section{Debugging in JavaScript}
Expand Down

0 comments on commit f6edf72

Please sign in to comment.