Hi,
I am trying to debug my shell script by bashdb. My script take as argument "--gdb", so I wrote

bashdb myscript.sh --gdb

However, this way it will produce error that bashdb:

unrecognized option '--gdb'

If I quote --gdb as

bashdb myscript.sh '--gdb'

then I will end up with the quotes as part of my argument.

How could I fix this problem? Thanks!

Recommended Answers

All 2 Replies

Thank you! Got it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.