srcsrv
How do I get the svnindex.cmd script included with SrcSrv to index source files with URI-escaped spaces in them?
I recently set up a symbol server and added SrcSrv support to our build scripts so that we can easily debug crash dumps from the field and have WinDbg and/or the Visual Studio debugger get the correct[详细]
2023-02-21 03:16 分类:问答How do you update the server name in source indexed symbol file?
With the Debugging Tools for Windows you can run SSIndex.cmd against your symbol files and it will embed the command to retrieve each source code file from the TF server.We have a bunch of indexed fil[详细]
2023-01-02 01:58 分类:问答C: Missing some logic with the pointers stuff
I am writing my own string copy function. The following works: char *src, *dest; src = (char *) malloc(BUFFSIZE);[详细]
2022-12-19 01:44 分类:问答