This project needs to debug XCode itself by XCode.
When invoke "Run" on this project it runs another XCode process and start debugging.
But unfortunately we can not get breakpoint work.
I have experienced that it worked.
My current understanding is its because of some lack of debug information for debugger
because when the debugee crashes with some reason the debugger outputs the call stack and
what I can see is there are no symbols for XVim method calls(only addresses are shown) while another methods are shown by name.
I do not know if we can fix this by configuring compiler or linker options or other build options.
It would be easy to debug if we can make breakpoints work properly.
This project needs to debug XCode itself by XCode. When invoke "Run" on this project it runs another XCode process and start debugging. But unfortunately we can not get breakpoint work. I have experienced that it worked.
My current understanding is its because of some lack of debug information for debugger because when the debugee crashes with some reason the debugger outputs the call stack and what I can see is there are no symbols for XVim method calls(only addresses are shown) while another methods are shown by name.
I do not know if we can fix this by configuring compiler or linker options or other build options. It would be easy to debug if we can make breakpoints work properly.