简体   繁体   中英

Can i know why Visual Studio 2017 archive is different from Visual Studio 2019

The difference between vs 2017 and 2019 apk vs 2017和2019 apk的区别

Ive embedded all the projects and the result when i check with cmd command which is "strings (apk path)| grep pdb.

The result of cmd command is:

Visual studio 2019 apk (I highlighted the path(which shouldn't show)) Visual Studio 2019 apk(我突出显示了路径(不应该显示)) Visual studio 2017 apk(this is the path i want) Visual Studio 2017 apk(这是我想要的路径)

How do i make make visual studio 2019 to display pdb file without the directories?

When you debug a project in the Visual Studio IDE, the debugger automatically loads symbol files that are located in the project folder.You could specify symbol locations and loading options: In Visual Studio, open Tools > Options > Debugging > Symbols

在此处输入图像描述

For more details about Specify symbol (.pdb) you could refer the doc .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM