Skip to content

Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break #194

@robhagemans

Description

@robhagemans

Edit prompt does not appear when a Syntax Error is trapped and the trap interrupted with Ctrl+Break

Steps

  1. Run the program below
  2. 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
syntax error trap interrupted

What happens instead
syntax error trap interrupted pc-basic
Notes

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions