File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ [ ** BugTrap** ] ( https://www.codeproject.com/Articles/14618/Catch-All-Bugs-with-BugTrap ) is a tool to catch unhandled exceptions in .NET code.
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ Azure_Playfab_Party[] = (?:^|/)XPlatCppWindows\.dll$
250250BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
251251Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
252252Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
253+ BugTrap = (?:^|/)BugTrapU?(?:-x64)?\.dll$
253254CEF = (?:^|/)libcef\.(?:dll|so)$
254255Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
255256CRIWARE[] = (?:^|/)data(?:1|000)?\.cpk$
Original file line number Diff line number Diff line change 1+ bin/BugTrap.dll
2+ AMysticalLandSAC/BugTrapU.dll
3+ game/binaries/x64/bugtrap.dll
4+ Release/bin/BugTrapU-x64.dll
5+ /bugtrap-x64.dll
6+ /BugTrapU.dll
7+ /bugtrapu-x64.dll
8+ BugTrap.dll
9+ BugTrap-x64.dll
10+ BugTrapU.dll
11+ BugTrapU-x64.dll
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ Engine.BuildInfo_Win32_retailxdll
166166Engine.BuildInfo_Win32_retail_dllxdll
167167Engine.BuildInfo_Win64_retailxdll
168168Engine.BuildInfo_Win64_retail_dllxdll
169+ BugTrap.dl
170+ BugTrap_dll
171+ BugTrap-x6.dll
172+ BugTrapN.dll
173+ ugTrap.dll
169174Unity.Entities.dlll
170175TotallyAwesomium.dll
171176Awesomium.dlls
You can’t perform that action at this time.
0 commit comments