Helios747 / DolphinBisectTool

Windows utility to automate the bisection process for issues in the Dolphin Emulator
GNU General Public License v3.0
8 stars 7 forks source link

Add option for CLI arg -d #25

Open Ebola16 opened 6 years ago

Ebola16 commented 6 years ago

Recently I have found several bugs in Dolphin's debugger. https://bugs.dolphin-emu.org/issues/10594 is an example.

If DBT could start builds with -d, that'd make bisecting a lot easier.

Helios747 commented 6 years ago

Solid recommendation. That could be pretty useful.

I think the debugger is the only useful CLI arg worth supporting, but do you see any value in going through the extra effort to support arbitrary CLI args that the user enters and leaving it up to them to get right?

Ebola16 commented 6 years ago

If -d is the only argument that has otherwise inaccessible features on a release build then I'm fine with only supporting that one.