I try to change the layout of gf following README. Finding that gf will crash if there is no layout for Data(which I don't need)
By the way, there is a typo in README.md (There is an extra closing parenthesis at the end.)
layout=h(75,v(75,Source,Console),v(50,t(Watch,Breakpoints,Commands,Struct,Exe),t(Stack,Files,Registers,Data,Thread))))
By the way, .gitignore file is needed in this repo, at least to ignore the gf2 executable.
I try to change the layout of gf following README. Finding that gf will crash if there is no layout for Data(which I don't need)
By the way, there is a typo in README.md (There is an extra closing parenthesis at the end.)
layout=h(75,v(75,Source,Console),v(50,t(Watch,Breakpoints,Commands,Struct,Exe),t(Stack,Files,Registers,Data,Thread))))By the way,
.gitignorefile is needed in this repo, at least to ignore the gf2 executable.