astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
435 stars 36 forks source link

Vim: Caught deadly signal ABRT #74

Open tleish opened 12 years ago

tleish commented 12 years ago

White running a :RdbTest for a specific functional test (with breakpoints), my MacVIm application crashed (closed) and the terminal displayed the following output.

$ (eval):55: [BUG] terminated node (0x4ba47e0) ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0]

Vim: Caught deadly signal ABRT Vim: Finished.

This has happened a couple of times to me. Is there additional information I can capture that would be helpful?

I'm wondering, Is it possible to run the ruby debugger in an outside process, but set breakpoints within vim? If so, would this help?

Thanks