Ethan Edwards

Results 29 comments of Ethan Edwards

@vito Hey thanks for the response, yes, that would be a significant improvement!

I got further, still having issues. I'm running on OSX which uses BSD and doesn't support long getopt Had to run the bashdb installation using `./configure --disable-getopt` which got me...

I assume this may be due to installing it without getopt support. Can you confirm if there is support for the short option names? ``` → bashdb -h _Dbg_usage: bashdb...

Also, whenever I stop the debugging process, it doesn't seem to exit properly... I have to 'reload window' for vscode to let me run it again.

Yes, Mac OSX runs bash 3.2. Get Outlook for iOS ________________________________ From: Michał Sent: Friday, June 22, 2018 1:47:34 PM To: rogalmic/vscode-bash-debug Cc: Ethan Edwards; Author Subject: Re: [rogalmic/vscode-bash-debug] unrecognized...

Hey @rogalmic thanks for your response Here's the output: ``` → bashdb --quiet -- ./test /usr/local/bin/bashdb: unrecognized option -- - Use --help for option help. Terminating... ``` I believe this...

Thanks for the response. I must use the version I'm using. If you read the readme in the sourceforge repo for bashdb, you will see that the version of bashdb...

Any updates on this by chance? If/else for supporting older versions doesn't seem that bad IMO since older versions do not change, and bash version is linked to bashdb version....

@rogalmic Here's the help output from bashdb. Looks like there is a `-t` tty option: ``` → bashdb -h _Dbg_usage: bashdb [OPTIONS] Runs script_file under a debugger. options: -B basename...

Hey thanks @rogalmic This got me further! This is very exciting! I do get some console output that I don't get when running bashdb in the cmd line. When running,...