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

Method getDebugArguments

src/plugins/linglong/llgenerator.cpp:69–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69QMap<QString, QVariant> LLGenerator::getDebugArguments(const dpfservice::ProjectInfo &projectInfo,
70 const QString &currentFile)
71{
72 Q_UNUSED(currentFile)
73
74 QMap<QString, QVariant> param;
75 //param.insert("workspace", projectInfo.workspaceFolder());
76
77 return param;
78}
79
80RunCommandInfo LLGenerator::getRunArguments(const ProjectInfo &projectInfo, const QString &currentFile)
81{

Callers 2

handleEventsMethod · 0.45
prepareDebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected