Fix #25 set print pretty off
and print array off
in GDB
This commit is contained in:
parent
3ef3f45016
commit
78893b6e5f
@ -7,6 +7,8 @@ function! vebugger#gdb#start(binaryFile,args)
|
|||||||
|
|
||||||
let l:debugger.pipes.err.annotation = "err&prg\t\t"
|
let l:debugger.pipes.err.annotation = "err&prg\t\t"
|
||||||
call l:debugger.writeLine("set width 0")
|
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")
|
call l:debugger.writeLine("define hook-stop\nwhere\nend")
|
||||||
|
|
||||||
if get(a:args,'pid') "Attach to process
|
if get(a:args,'pid') "Attach to process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user