Skip to content

Commit 0744f84

Browse files
ntoskrnl7WebFreak001
authored andcommitted
change error message
1 parent b34d7e9 commit 0744f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mibase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ export class MI2DebugSession extends DebugSession {
666666
};
667667
this.sendResponse(response);
668668
}, msg => {
669-
this.sendErrorResponse(response, 6, `Could not step over: ${msg}`);
669+
this.sendErrorResponse(response, 6, `Could not jump: ${msg}`);
670670
});
671671
}
672672

0 commit comments

Comments
 (0)