XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

How to get a breakpoint work #20

Closed JugglerShu closed 12 years ago

JugglerShu commented 12 years ago

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.

JugglerShu commented 12 years ago

Fixed by merge #25