提交 6bf8f1ae 编写于 作者: I isidor

debug: allow setting breakpoints on whitespace lines

fixes #2790
上级 d31bdf59
......@@ -323,9 +323,6 @@ export class ConfigurationManager {
}
public canSetBreakpointsIn(model: editor.IModel, lineNumber: number): boolean {
if (model.getLineLastNonWhitespaceColumn(lineNumber) === 0) {
return false;
}
if (model.getAssociatedResource().scheme === schemas.inMemory) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册