[wasm][debugger] Make sure `System.Private.CoreLib.dll` is in sync with (#41469)
authorAnkit Jain <radical@gmail.com>
Fri, 28 Aug 2020 08:08:00 +0000 (04:08 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 08:08:00 +0000 (10:08 +0200)
commite6b9b48f3466c25e17509137e3931229f406b425
treef693d57353a717137148e7f8f8388edeb65be7eb
parent7408f1b0e4a184ff24dd1a48bd74dbb51aad7e4f
[wasm][debugger] Make sure `System.Private.CoreLib.dll` is in sync with (#41469)

.. it's pdb. Running debugger-tests, I saw lot of messages like:

`CWL: : /Users/radical/dev/runtime/src/mono/mono/metadata/debug-mono-ppdb.c:230 <disabled>`

.. which is trying to print:
`CWL: Symbol file data-0x1c38008 doesn't match image System.Private.CoreLib.dll`

And indeed the dll is out of sync with it's pdb. We need to copy the pdb
too.
src/mono/wasm/Makefile