Fix #25 set print pretty off and print array off in GDB

This commit is contained in:
IdanArye 2016-02-20 18:02:00 +02:00
parent 3ef3f45016
commit 78893b6e5f

View File

@ -7,6 +7,8 @@ function! vebugger#gdb#start(binaryFile,args)
let l:debugger.pipes.err.annotation = "err&prg\t\t"
call l:debugger.writeLine("set width 0")
call l:debugger.writeLine("set print pretty off")
call l:debugger.writeLine("set print array off")
call l:debugger.writeLine("define hook-stop\nwhere\nend")
if get(a:args,'pid') "Attach to process