ProductionStackTrace icon indicating copy to clipboard operation
ProductionStackTrace copied to clipboard

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info

Results 10 ProductionStackTrace issues
Sort by recently updated
recently updated
newest added

I don't expect it to be merged in as is, but as I am not sure how alive the project is I figured I would at least leave a PR...

Hi! Thank you for sharing your code. But unfortunately it seems not to work here. This is my Program.cs: [Program.cs.txt](https://github.com/gimelfarb/ProductionStackTrace/files/5052912/Program.cs.txt) And this is the project file [Tests.ProductionStackTrace.csproj.txt](https://github.com/gimelfarb/ProductionStackTrace/files/5052913/Tests.ProductionStackTrace.csproj.txt) I have successfully...

Hello, running build.cmd deploy I get some errors. I'm not able to create nuget packages because not all builds are completed before creating nuget packages. I have attached my console...

I don't know how to use the third method About 【Use with a logging framework】 .Can you provide more detailed information? I Want Use log4net and your Exception Frame,but I...

Hello, ExceptionReportInterpreter fails due to an error in s_regexStackTraceLine field. ``` // Regex for the stack frame line, it looks like this: // at AssemblyName!0x!Namespace.Class.Method() +0x // at MyAssembly!0x1234567!MyAssembly.Class1.A() +0xc...

I am not able to convert a full log file. It converts only the first log in the file. The rest of the log information is not converted. What am...

I had an instance where modulePtr was -1 when entering FromUnmanagedPtr(), which threw an exception. I added the following code to ReadAssemblyDebugInfo() PeHeaders^ peHdrs = PeHeaders::FromUnmanagedPtr(modulePtr); if( !peHdrs ) return...

bug

Hello, I'm using dbghelp.dll version 6.2.9200.16384. The function FindPdbFile returns null because DbgHelp.SymFindFileInPath fails. I noticed that when info.PdbGuid is passed to FindPdbFile it changes value like in the second...

Do you have (or intend) to strong name the assembly - it would really help its adoption as quite a few places have strong naming as a requirement?

enhancement