Skip to content

Debugging project

roozbehid edited this page Mar 7, 2019 · 2 revisions

In order to debug the project, this is what I do (In Windows)

  • Overwrite C:\users\USERNAME\.nuget\packages\gccbuildtargets\lib\net461 with your build output files
  • Run GCCBuild with following info put in Debug page
    • Executable : C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe
    • Application Arguments : YourSolution.sln /p:Configuration=WasmRel /p:Platform=x86 /bl /t:specificproject
    • Working Directory
    • Environment variables: somethimes you might want to add VCTargetsPath : .

If you need to set some enviroment variables, for example like emsdk_env.bat, you better call it before launching Visual Studio

Clone this wiki locally