vscode-bash-debug icon indicating copy to clipboard operation
vscode-bash-debug copied to clipboard

Ubuntu 18.04 LTS - lack of bashdb (not relevant anymore)

Open rogalmic opened this issue 7 years ago • 6 comments

Seems that bashdb is missing from 18.04 repo.

Best way to workaround is to compile newest bashdb 4.4-0.94.

wget https://netix.dl.sourceforge.net/project/bashdb/bashdb/4.4-0.94/bashdb-4.4-0.94.tar.gz
tar -xvfz bashdb-*.tar.gz
cd bashdb-*
./configure
make
sudo make install

rogalmic avatar May 05 '18 14:05 rogalmic

Heads up for build dependencies, since the provided ./configure does not list them as missing.

apt-get install texi2html texinfo

juliohm1978 avatar Aug 08 '18 00:08 juliohm1978

Testing package that would not require bashdb installation:

bash-debug-0.2.3.vsix.zip

rogalmic avatar Aug 28 '18 11:08 rogalmic

nice!

lgc0313 avatar Sep 14 '18 01:09 lgc0313

Seems that bashdb is missing from 18.04 repo.

doesn't work for me in make step ...

BlackMetalz avatar Jan 15 '19 10:01 BlackMetalz

Currently newest version of plugin has bashdb files as part of extension package (vsix), and does not require bashdb installed in linux.

rogalmic avatar Jan 15 '19 10:01 rogalmic

Thank you so much!! :100:

BlackMetalz avatar Jan 15 '19 10:01 BlackMetalz