mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Arithmetic overflow checks
This commit is contained in:
parent
1f0d2dcc82
commit
eb375362a1
29 changed files with 503 additions and 87 deletions
|
@ -143,6 +143,10 @@ namespace IDE.ui
|
|||
AddPropertiesItem(category, "Object Access Check", typeName,
|
||||
scope String[] ( "No", "Yes" ));
|
||||
|
||||
typeName.Clear(); typeName.Append(optionsName, "mArithmeticCheck");
|
||||
AddPropertiesItem(category, "Arithmetic Check", typeName,
|
||||
scope String[] ( "No", "Yes" ));
|
||||
|
||||
typeName.Clear(); typeName.Append(optionsName, "mAllocStackTraceDepth");
|
||||
AddPropertiesItem(category, "Alloc Stack Trace Depth", typeName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue