You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break
Steps
Run the program below
Press Ctrl+Break
Program
1 ' Ctrl+Break during syntax error trap:
2 ' in GW-BASIC, the edit prompt is shown after the Ok prompt
3 ' e.g. press ctrl+break in the following program
10 ON ERROR GOTO 100
20 FG
30 END
100 A$=INKEY$: IF A$="" THEN 100
110 RESUME NEXT
Expected
What happens instead Notes
The text was updated successfully, but these errors were encountered:
Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break
Steps
Program
Expected

What happens instead

Notes
The text was updated successfully, but these errors were encountered: