Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2019 support #65

Open
janwilmans opened this issue Jul 31, 2019 · 6 comments
Open

Visual Studio 2019 support #65

janwilmans opened this issue Jul 31, 2019 · 6 comments

Comments

@janwilmans
Copy link

Never mind #58, can we get 2019 support?

@jgmdavies
Copy link

+1

@Swordfishx86
Copy link

+2

@gvanem
Copy link

gvanem commented Sep 20, 2019

... can we get 2019 support?

What's up with this claim? I use VLD with MSVC-2019 with little troubles.
But I figured (the hard way), VLD does not like:

  • cl -Z7 (old-style CodeView info)
  • and the new (?) link -debug:fastlink option.

I tested VLD with clang-cl too (-MTd and -MDd) and it seems to work. Good job!

@Yuri05
Copy link

Yuri05 commented Feb 16, 2020

Works like a charm with VS2019 (s. also https://stackoverflow.com/questions/58439722/how-to-install-visual-leak-detector-on-visual-studio-2019 )

The only thing I had to do: activate the Whole Program Optimization (/GL) (otherwise source code line numbers and function names are not shown)

@imtrobin
Copy link

I could get it working on a vs2019 console project, but when I use it with a win32 exe with attached console, it does not seem to working. How do you check on a win32 exe?

@happyTonakai
Copy link

Have a look https://github.com/oneiric/vld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants