export function getDebugSessionFilePath()

in vscode-extension/src/utils.ts [59:61]


export function getDebugSessionFilePath(): string {
    return `${sessionFilePathPrefix}-Debug`;
}