Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

qsort.cpp not found (debug in Visual Studio)

I debug my code in VS 2017 and get message: qsort.cpp not found

You need to find qsort.cpp to view the source for the current call stack frame
Original location: minkernel\crts\ucrt\src\appcrt\stdlib\qsort.cpp
Locating source for 'minkernel\crts\ucrt\src\appcrt\stdlib\qsort.cpp'. Checksum: SHA256 {a4 7d 36 67 4b 4a f4 5c 68 59 42 17 a7 26 df b7 93 50 a6 d2 f5 76 aa ca cc d1 7 23 22 90 ee 76}

What i should do?

like image 929
Dmitry Avatar asked Nov 21 '25 16:11

Dmitry


1 Answers

I get the same issue as yours in my side like the follow screen shot, and then I click Browse and find qsort.cpp, browser this file in C:\Program Files (x86)\Windows Kits\10\Source\10.0.15063.0\ucrt\stdlib, I could step into this cpp file normally.

enter image description here

like image 186
Jack Zhai-MSFT Avatar answered Nov 24 '25 07:11

Jack Zhai-MSFT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!