Commit 709194d
committed
Fix: Restore program as required field for cppdbg attach configurations
MIEngine requires the program field for gdb/lldb debugging even in attach mode.
Without it, debugging fails after the debugger starts. The program field serves
dual purpose: finding the process by name (new feature) and providing symbol
information to the debugger (existing MIEngine requirement).
Updated documentation to clarify that program is required and explain why.1 parent b0a4dba commit 709194d
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4770 | 4770 | | |
4771 | 4771 | | |
4772 | 4772 | | |
4773 | | - | |
| 4773 | + | |
| 4774 | + | |
| 4775 | + | |
4774 | 4776 | | |
4775 | 4777 | | |
4776 | 4778 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
| 935 | + | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
0 commit comments