sirnewton01 / godbg

Web-based gdb front-end application
BSD 2-Clause "Simplified" License
228 stars 26 forks source link

Use srcDir option to search sources #13

Closed albfan closed 7 years ago

albfan commented 9 years ago

Debugging C/C++ apps, code is not under GOPATH, so use srcDir option to find it.

for non trivial programs, they must be installed, so "../" on source code path is removed to allow delelopers to provide root directory of sources.