We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5501d commit b61ecbeCopy full SHA for b61ecbe
1 file changed
src/platform/android/jni/runtime.cpp
@@ -956,7 +956,7 @@ void System::editSource(strlib::String loadPath) {
956
String msg = "Break at line: ";
957
msg.append(gsb_last_line);
958
runtime->alert(msg);
959
- } else if (gsb_last_error && isBack()) {
+ } else if (gsb_last_error && !isBack()) {
960
// program stopped with an error
961
editWidget->setCursorRow(gsb_last_line + editWidget->getSelectionRow() - 1);
962
runtime->alert(gsb_last_errmsg);
0 commit comments