jaredly/vim-debug

Vim debugger opens in chrome

Closed this issue ยท 7 comments

I have firefox as my default browser, but still when I run vim debugger it opens in Chrome. Is there any option to change this?

What's your platform? Under GNOME, vim-debug finds your default browser, but I haven't added any other environments.

https://github.com/jaredly/vim-debug/blob/master/vim_debug/new_debugger.py#L96

Sorry I have not gave my OS details. I am using Ubuntu 13.04, I am using gvim and using this vim debugger for php debugging. I dont know much about python language and have not written any vimscript before, but seems like it is always executing line 111 and I don't see where you have mentioned url's opening in default browser.

In Linux we use xdg-open for opening any file in its default application.

Didn't know about that command, thanks! I'll fix it then

On Wed, Sep 11, 2013 at 9:49 AM, Subhojit Paul notifications@github.comwrote:

Sorry I have not gave my OS details. I am using Ubuntu 13.04, I am using
gvim and using this vim debugger for php debugging. I dont know much about
python language and have not written any vimscript before, but seems like
it is always executing line 111 and I don't see where you have mentioned
url's opening in default browser.

In Linux we use xdg-open http://linux.die.net/man/1/xdg-open for
opening any file in its default application.

โ€”
Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-24251699
.

Let me know after you have fixed. Please also provide the instructions on how to update my current installation of vim debugger. I have followed these instructions for installing. Thanks ๐Ÿ‘

Ok it should be fixed; could you test it?

sudo pip install --upgrade vim-debug

@jaredly
Hey thanks ๐Ÿ‘ its working now. Could you please point me out where you have changed the code, just want to see :)

16a6c44

On Wed, Sep 11, 2013 at 10:05 PM, Subhojit Paul notifications@github.comwrote:

@jaredly https://github.com/jaredly
Hey thanks [image: ๐Ÿ‘] its working now. Could you please point me out
where you have changed the code, just want to see :)

โ€”
Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-24293931
.