From d47d54928f46f1c869c8cca5cf67b310fd18cb1d Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 25 Jul 2023 13:49:36 -0700 Subject: Add slang.natjmc. (#3018) This allows Visual Studio debugger to skip over AST visitor dispatch functions and stop directly at the `visit*` functions when stepping into a `dispatch*` call. Co-authored-by: Yong He --- source/slang/slang.natjmc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/slang/slang.natjmc (limited to 'source') diff --git a/source/slang/slang.natjmc b/source/slang/slang.natjmc new file mode 100644 index 000000000..6070614e2 --- /dev/null +++ b/source/slang/slang.natjmc @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3