Skip to content

Commit

Permalink
Merge pull request QB64-Phoenix-Edition#486 from SteveMcNeill/main
Browse files Browse the repository at this point in the history
Change to IDE reporting
  • Loading branch information
SteveMcNeill committed May 1, 2024
2 parents 840e836 + 4d1bf43 commit f7084d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ide/ide_methods.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ FUNCTION ide2 (ignore)
IF MID$(temp$, i, 1) = sp$ THEN MID$(temp$, i, 1) = " "
NEXT
temp$ = _TRIM$(temp$)
IF UCASE$(LEFT$(temp$,10)) = "SUB VWATCH" THEN temp$ = "End of Program"
IF LEN(temp$) THEN
y = y + 1: x = 1
temp$ = "Caused by (or after): " + CHR$(1) + temp$
Expand Down

0 comments on commit f7084d1

Please sign in to comment.