-
-
Notifications
You must be signed in to change notification settings - Fork 138
Debug .NET DllExport
Denis Kuzmin [ GitHub/3F ] edited this page Jun 12, 2020
·
1 revision
Wizard through MSBuild, for example:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
Arguments:
"net.r_eg.DllExport.Wizard.targets" /p:wRootPath="<...>"
/p:wSlnFile="<SolutionFile_for_debugging>.sln" /p:wAction="Configure"
/p:wPkgPath=packages/DllExport<version>
Working directory:
<path_to>\packages\DllExport<version>\tools
DllExport.MSBuild, for example:
C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe
Arguments:
"<path_to_SolutionFile_for_debugging>.sln" /t:Build /p:Configuration=<Configuration>
use additional Diagnostic
key to msbuild if you need more details:
"<SolutionFile>.sln" /verbosity:Diagnostic /t:Rebuild /p:Configuration=<Configuration>
Now you can debug at runtime.
Except where otherwise noted, wiki content is licensed under a Creative Commons Attribution 4.0 International License. (CC BY 4.0).
🗎
- 🗎 Home
- 🚀 Quick start
- 🗎 .Net Core
- 🗎 Export
- 🗎 Pre-processing
- 🗎 Conari
- 🗎 ILMerge & ILRepack
- 🗎 [x]AssemblyResolve
- 🗎 Post-processing
- 🗎 Examples
- 🗎 C++ and C# ([+]📹)
- 🗎 string & struct ([+]📹)
- 🧪 Demo
🗔
📂
- 🔍 Q / A