We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35089f1 commit e4e80caCopy full SHA for e4e80ca
lldb/tools/lldb-dap/SourceBreakpoint.cpp
@@ -46,7 +46,7 @@ llvm::Error SourceBreakpoint::SetBreakpoint(const protocol::Source &source) {
46
return llvm::createStringError(llvm::inconvertibleErrorCode(),
47
"Invalid line number.");
48
49
- if (IsAssemblySource(source)) {
+ if (source.sourceReference) {
50
// Breakpoint set by assembly source.
51
if (source.adapterData && source.adapterData->persistence_data) {
52
// Prefer use the adapter persitence data, because this could be a
0 commit comments