vuvova / gdb-tools

Various tools to improve the gdb experience
BSD 3-Clause "New" or "Revised" License
123 stars 17 forks source link

Installation instructions are missed #4

Closed mkwork closed 7 years ago

vuvova commented 7 years ago

README says

put all your python gdb enhancements in ~/.gdb.py and source it from ~/.gdbinit

and later

Install arpeggio (or copy it into duel/ — it's only 20K) and import duel into your ~/.gdb.py

Basically, it says to put the source tree anywhere you want and to import duel module into gdb. Is that not enough?

toomuchsalt commented 7 years ago

Is that not enough?

Actually it's not. You can't put the source tree in a random place and expect python to locate it.

mkwork commented 7 years ago

Oh sorry, looks like I missed this part while there are no Installation header in README :)

vuvova commented 7 years ago

@Ritan yes, I thought it's clear that one needs to adjust sys.path accordingly. But I'll say that explicitly, thanks.