mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 03:20:38 +02:00
LLDB Debugger: use custom stack trace format / support debug output win // fix for limited support on MacOs
git-svn-id: trunk@58397 -
This commit is contained in:
parent
6421a796cc
commit
1090db19f2
@ -890,7 +890,7 @@ begin
|
||||
Instr := TLldbInstructionSettingSet.Create('frame-format',
|
||||
'"frame #${frame.index}: ${frame.pc}' +
|
||||
' &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}}' +
|
||||
' &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}{${frame.no-debug}${function.pc-offset}}}' +
|
||||
' &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}}' +
|
||||
' <<&&//FRAME\n"'
|
||||
// ' { ${frame.fp} } \n"'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user