You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ This VSCode extension allows you to debug [HashLink](https://hashlink.haxe.org/)
4
4
5
5
*Only available on VSCode 64 bit*
6
6
7
+
Additional features:
8
+
-**Watch hints**: add `:h` to the end of a watch expression (for example, `myvar:h`) to display the value in hexadecimal. For the full list of hints, see [enum Hint](https://github.com/vshaxe/hashlink-debugger/blob/master/hld/Value.hx#L32).
9
+
7
10
## Building from Source
8
11
9
12
The following instructions are only relevant for building the extension from source and are **not required when installing it from the marketplace**.
0 commit comments