You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows using custom command & argv with debug.sh
Example:
sh misc/debug.sh tests/t-fibonacci 5
If no arguments are passed to debug.sh, it defaults to tests/t-abc.
Fixed: namhyung#511
Signed-off-by: Daniel T. Lee <[email protected]>
This commit allows using custom command & argv with debug.sh
Example:
sh misc/debug.sh tests/t-fibonacci 5
If no arguments are passed to debug.sh, it defaults to tests/t-abc.
Fixed: #511
Signed-off-by: Daniel T. Lee <[email protected]>
Current
debug.sh
runs gdb by usingdebug-mcount.cmd
, and it only openstests/t-abc
command which is hardcoded.How about enhancing
debug.sh
by allowing custom commands and arguments?The text was updated successfully, but these errors were encountered: