Is there a way to replace the build path that is being generated into pdb-Files?
So that e.g. an error in the form of "exception in f:\xy\build-dir\foo.vb at line 123" is then given as "exception in something else\foo.vb at line 123"
Is there a way to replace the build path that is being generated into pdb-Files?
So that e.g. an error in the form of "exception in f:\xy\build-dir\foo.vb at line 123" is then given as "exception in something else\foo.vb at line 123"
I believe you need to set up a source indexing process as mentioned in [1], [2] or [3]. I'm in the process of doing this but I'm struggling myself, mainly trying to understand how to add the correct formatted lines to the script.
[1] - https://gist.github.com/baldurk/c6feb31b0305125c6d1a [2] - https://learn.microsoft.com/en-us/windows/win32/debug/source-server-and-source-indexing?redirectedfrom=MSDN [3] - https://www.codeproject.com/articles/115125/source-indexing-and-symbol-servers-a-guide-to-easi
© 2022 - 2024 — McMap. All rights reserved.