Hi Jon,
Yes that solved the issue. Many thanks, that made C++Builder usable again.
Gareth
Search found 4 matches
- Thu Mar 31, 2022 4:52 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
- Tue Mar 29, 2022 4:37 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
Re: Building Large 64bit DEBUG Exes with Split DWARF option
Yes, this is with the parallel builds tunred off.
- Thu Mar 24, 2022 8:20 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
Re: Building Large 64bit DEBUG Exes with Split DWARF option
Just a quick addition, it seems if I perform a "Clean" operation first and then "Run with debugging" it works as expected. But if I make a small code change and then "Run with debugging", it only shows the CPU view at a breakpoint. It looks like after the first build, t...
- Thu Mar 24, 2022 4:46 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
Building Large 64bit DEBUG Exes with Split DWARF option
Hi, I am trying to build a large 64Bit exe in DEBUG mode using the "Split DWARF" option to solve "Out of Memory" linker issues. With TwineCompile, the exe builds OK and runs from the IDE, the problem is that when adding a breakpoint, the IDE only shows the CPU view. I guess the d...