4
votes
3answers
557 views
How do you automate the launching/debugging of large scale projects?
Scenario:
There is a complex piece of software that is annoying to launch by hand. What I've done is to create a python script to launch the executable and attach gdb for debuggin …
