MCPcopy Create free account
hub / github.com/Marus/cortex-debug / defSymbolFile

Function defSymbolFile

src/common.ts:240–247  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

238
239// Helper function to create a symbolFile object properly with required elements
240export function defSymbolFile(file: string): SymbolFile {
241 const ret: SymbolFile = {
242 file: file,
243 sections: [],
244 sectionMap: {}
245 };
246 return ret;
247}
248
249export interface ConfigurationArguments extends DebugProtocol.LaunchRequestArguments {
250 name: string;

Callers 3

loadSymbolsMethod · 0.90
dbgSymbolStuffMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected