MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / message

Method message

src/plugins/debugger/debug.h:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 dap::optional<dap::string> message()
353 {
354 if (isDirty(uri())) {
355 return "Unverified breakpoint. File is modified, please restart debug session.";
356 }
357 return BaseBreakpoint::message();
358 }
359
360 dap::any adapterData()
361 {

Callers 2

buildMethod · 0.45
convertToIBreakpointFunction · 0.45

Calls 1

messageFunction · 0.50

Tested by

no test coverage detected