5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
python
|
|
import os
|
|
gdb.execute('set solib-search-path ' + os.environ['HOME'] + '/wpilib/cpp/current/lib/')
|
|
end
|