You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
g:EclimJavaDebugLineHighlight never highlights and none of my lines show the g:EclimJavaDebugLineSignText
Environment
I'm using macvim on Mac High Sierra and connected to the Debugger correctly, set a breakpoint, and I see the image below.
Image
Question
How can I get g:EclimJavaDebugLineHighlight and g:EclimJavaDebugLineSignText to work? That problem is preventing me from using the debugger.
Details:
:PingEclim
eclim 2.8.0
eclipse 4.8.0
Press ENTER or type command to continue
Java:
java -version
java version "1.8.0_192"
Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
~/.vimrc
" First things first
set encoding=utf-8
" Enable vundle
set nocompatible " be iMproved, required
filetype off " required
" Enable default plugins - cf book: 152 Practical Vim
filetype plugin on
runtime macros/matchit.vim
" Set the runtime path (rtp) to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()" let Vundle manage Vundle, required
" Plugins
Plugin 'VundleVim/Vundle.vim'
" All of your Vundle Plugins must be added BEFORE the following line
call vundle#end() " required
filetype plugin indent on " required
" Set vim defaults
syntax on
" set path+=**,~/** " For vim built-in :find, do it recursively
set path+=** " For vim built-in :find, do it recursively
" set wildmenu wildmode=longest,list " acts like bash, not selectable
set wildmenu wildmode=full "acts like zsh, selectable
:version
:version
VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 5 2019 07:31:26)
macOS version
Included patches: 1-873
Compiled by Homebrew
Huge version with MacVim GUI. Features included (+) or not (-):
+acl +cmdline_hist +ex_extra +jumplist +mouse_dec +path_extra +startuptime +title -X11
+arabic +cmdline_info +extra_search +keymap -mouse_gpm +perl +statusline +toolbar -xfontset
+autocmd +comments +farsi +lambda -mouse_jsbterm +persistent_undo -sun_workshop +transparency +xim
+autochdir +conceal +file_in_path +langmap +mouse_netterm +postscript +syntax +user_commands -xpm
-autoservername +cryptv +find_in_path +libcall +mouse_sgr +printer +tag_binary +vartabs -xsmp
+balloon_eval +cscope +float +linebreak -mouse_sysmouse +profile +tag_old_static +vertsplit -xterm_clipboard
+balloon_eval_term +cursorbind +folding +lispindent +mouse_urxvt -python -tag_any_white +virtualedit -xterm_save
+browse +cursorshape -footer +listcmds +mouse_xterm +python3 +tcl +visual
++builtin_terms +dialog_con_gui +fork() +localmap +multi_byte +quickfix +termguicolors +visualextra
+byte_offset +diff +fullscreen +lua +multi_lang +reltime +terminal +viminfo
+channel +digraphs -gettext +menu -mzscheme +rightleft +terminfo +vreplace
+cindent +dnd -hangul_input +mksession +netbeans_intg +ruby +termresponse +wildignore
+clientserver -ebcdic +iconv +modify_fname +num64 +scrollbind +textobjects +wildmenu
+clipboard +emacs_tags +insert_expand +mouse +odbeditor +signs +textprop +windows
+cmdline_compl +eval +job +mouseshape +packages +smartindent +timers +writebackup
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
defaults file: "$VIMRUNTIME/defaults.vim"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/Applications/MacVim.app/Contents/Resources/vim"
Compilation:
clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X -DMACOS_X_DARWIN -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: clang -L. -L /BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/local/libress
l/lib -L/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/local/lib -L. -L /BuildRoot/A
pplications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/local/libressl/lib -L/BuildRoot/Applications/Xcode.app/Conten
ts/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/local/lib -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon -lm -lncurse
s -liconv -framework AppKit -L/usr/local/opt/lua/lib -llua5.3 -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -L/usr/local/opt/pytho
n/Frameworks/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-darwin -lpython3.7m -framework CoreFoundation -F/System/Library/Frameworks -framework Tcl -framework Co
reFoundation -framework Ruby
Press ENTER or type command to continue
The text was updated successfully, but these errors were encountered:
First, thank you for eclim!
Problem
g:EclimJavaDebugLineHighlight
never highlights and none of my lines show theg:EclimJavaDebugLineSignText
Environment
I'm using macvim on Mac High Sierra and connected to the Debugger correctly, set a breakpoint, and I see the image below.
Image
Question
How can I get
g:EclimJavaDebugLineHighlight
andg:EclimJavaDebugLineSignText
to work? That problem is preventing me from using the debugger.Details:
:PingEclim
Java:
~/.vimrc
:version
The text was updated successfully, but these errors were encountered: