提交 59704daf 编写于 作者: I isidor

fixes #34511

上级 c8427fe1
......@@ -1138,7 +1138,7 @@ export class DebugService implements debug.IDebugService {
const source = process.sources.get(modelUri.toString());
const rawSource = source ? source.raw : { path: modelUri.scheme === 'file' || modelUri.scheme === debug.DEBUG_SCHEME ? paths.normalize(modelUri.fsPath, true) : modelUri.toString(), name: resources.basenameOrAuthority(modelUri) };
if (breakpointsToSend.length) {
if (breakpointsToSend.length && !rawSource.adapterData) {
rawSource.adapterData = breakpointsToSend[0].adapterData;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册