Tomasz Wójcik
Tomasz Wójcik
Hmm it now works fine for me (reinstalled everything). However do you think that this `augroup` could be the issue? ``` autocmd FileType ruby \ if expand("%") =~# '_spec\.rb$' |...
@jmitchem I had an issue with freeze on project creation, then I saw that there is a `tccd` process spawned (and it hogs CPU). Killing the `tccd` process worked for...
I use Swift 1.2 and XCode 6.3 and I'm still getting the `Cannot create an NSPersistentStoreCoordinator with a nil model` error. Any ideas where I failed? Here's what fails and...
Log file contents (I noticed the `rails` part, however I want to run debugger for non-rails projects as well): Vim plugin, 15:28:08: Executing :Rdebugger... Vim plugin, 15:28:08: Initializing Server object...
I got no output at all in the console. Maybe it's something with a hanging debugger (it keeps waiting at the end of log)?
Yes, I have tested following scenarios, both for ruby 1.9.3 and 2.0 and rails 4.0: 1. Open vim in dir with file.rb (then do `:Rdebugger`) 2. Open vim in rails...
Yes, no problems at all. I also double checked my `.vimrc` and installation instructions.
Aww :( I will try to debug that gem (and report if succeed). Thanks for help!