[llvm] Supports viewing class member variables in lambda when using the vs debugger (PR #71564)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 20:21:12 PST 2023


GkvJwa wrote:

> This also needs a test. I booted up my Windows machine to try to better understand what needs to be done, but I had to prioritize other work in the meantime and haven't gotten around to it.

You can create a new project through vs, use msvc(v143) and llvm to compile the code in the issue , You should be able to reproduce this
`Properties -> General -> Platform toolset -> (v143/llvm)`

And how to add a test, which affects whether the debugger can recognize

https://github.com/llvm/llvm-project/pull/71564


More information about the llvm-commits mailing list