vim-vebugger
vim-vebugger copied to clipboard
I got a error when I used debugger to debug python.
I enabled the debug layers, When I used debugger to debug python is not response. After I enabled breakpoint and launched debugger, I get some messages.
Error detected while processing function <SNR>241_readingTimerCallback[1]..474[13]..475[13]..476[7]..vebugger#pdb#_writeBreakpoints[3]..473[1]..<SNR>242_write_pipes[8]..<SNR>242_write[2]..<SNR>242_vp_pipe_write[5]..<SNR>242_libcall_raw_write[1]..<SNR>242_libcall:
line 11:
E605: Exception not caught: vimproc: vp_pipe_write: ['write() error: Invalid argument']
Error detected while processing function <SNR>241_readingTimerCallback[1]..474[13]..475[13]..476[7]..vebugger#pdb#_writeBreakpoints:
line 3:
E171: Missing :endif
Error detected while processing function <SNR>241_readingTimerCallback[1]..474[13]..475[13]..476: line 7:
E171: Missing :endif
Error detected while processing function <SNR>241_readingTimerCallback[1]..474:
line 13:
E170: Missing :endfor
Error detected while processing function <SNR>241_readingTimerCallback[1]..474[13]..475[13]..476[7]..vebugger#pdb#_writeBreakpoints[3]..473[1]..<SNR>242_write_pipes[8]..<SNR>242_write[2]..<SNR>242_vp_pipe_write[5]..<SNR>242_libcall_raw_write[1]..<SNR>242_libcall:
line 11:
E605: Exception not caught: vimproc: vp_pipe_write: ['write() error: Invalid argument']
Error detected while processing function <SNR>241_readingTimerCallback[1]..474[13]..475[13]..476[7]..vebugger#pdb#_writeBreakpoints:
line 3:
E171: Missing :endif
screenshot
This looks like a vimproc error. Did you try make
ing it again?