embedded debug with gdbserver
A fully integrated development environment (IDE) for remote cross-pla
Brought to you by:
bviksoe
Hi:
BVRDE is really an excellent tools. I have use it for almost 1 years and it makes the debug more easier.
Recently, I need a new feature about BVRDE, here is my work model:
1) the source file is on my debian linux server
2) gdbserver is on the embedded board
3) source file is built on the debian linux server by cross-compiler.
4) after source building, the image file will be download to the board and debug under gdbserver which is on the board.
But BVRDE only support the debug under GDB. If it support the debug with gdbserver on the embedded board, it would be more excellent.
Does the BVRDE has the plan to support this feature?
it seems that eclipse supports this, but I failed. It seems that many people also failed to use eclipse with this work model.