mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Fixes for new out-var rules, unassigned variable detection
This commit is contained in:
parent
6878183873
commit
fd3265445d
9 changed files with 56 additions and 30 deletions
|
@ -475,6 +475,8 @@ namespace IDE.ui
|
|||
{
|
||||
if (val.StartsWith("!", StringComparison.Ordinal))
|
||||
{
|
||||
addr = 0;
|
||||
byteCount = 0;
|
||||
String errorString = scope String();
|
||||
DebugManager.GetFailString(val, evalStr, errorString);
|
||||
IDEApp.sApp.Fail(errorString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue