[go-nuts] Re: problem about lldb debug go code

2017-03-31 Thread YZ Xie
I don't know, now I can use gdb to debug go code, and it can show code sucessfully, but it cannot show depended package code. need to set source file folder? 在 2017年3月25日星期六 UTC+8下午10:37:44,YZ Xie写道: > > > down votefavorite >

[go-nuts] Re: problem about lldb debug go code

2017-03-31 Thread YZ Xie
I made a simple misstake, because breakpoint was set on golang runtime code, 在 2017年3月25日星期六 UTC+8下午10:37:44,YZ Xie写道: > > > down votefavorite > > > if code and binary program is not in the same directory, use gdb and lldb >

[go-nuts] Re: problem about lldb debug go code

2017-03-31 Thread YZ Xie
this problem was solved, I forget how did I do to solve it, but meet another problem 在 2017年3月25日星期六 UTC+8下午10:37:44,YZ Xie写道: > > > down votefavorite > > > if code and binary program is not in the same directory, use gdb an