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$
250
250
BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
251
251
Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
252
252
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
253
+ BugTrap = (?:^|/)BugTrapU?(?:-x64)?\.dll$
253
254
CEF = (?:^|/)libcef\.(?:dll|so)$
254
255
Coherent_Gameface_OR_Prysm = (?:^|/)cohtml\.windowsdesktop\.dll$
255
256
CRIWARE[] = (?:^|/)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
166
166
Engine.BuildInfo_Win32_retail_dllxdll
167
167
Engine.BuildInfo_Win64_retailxdll
168
168
Engine.BuildInfo_Win64_retail_dllxdll
169
+ BugTrap.dl
170
+ BugTrap_dll
171
+ BugTrap-x6.dll
172
+ BugTrapN.dll
173
+ ugTrap.dll
169
174
Unity.Entities.dlll
170
175
TotallyAwesomium.dll
171
176
Awesomium.dlls
You can’t perform that action at this time.
0 commit comments