We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7932b03 commit 3f0c2feCopy full SHA for 3f0c2fe
src/HLAdapter.hx
@@ -1055,6 +1055,8 @@ class HLAdapter extends DebugSession {
1055
} else if( args.expression.charCodeAt(0) == '@'.code ) {
1056
// Advanced commands based on address
1057
switch( args.expression.charCodeAt(1) ) {
1058
+ case ':'.code:
1059
+ // skip metadata hover, such as @:privateAccess
1060
case 'd'.code:
1061
// @d + ptr: try to evaluate pointer as Dynamic value
1062
var p = new hld.Pointer(hld.Value.parseInt64(args.expression.substr(2)));
0 commit comments