devkitPro / 3ds-hbmenu

The 3DS Homebrew Menu (∩ ͡° ͜ʖ ͡°)⊃━☆゚
697 stars 72 forks source link

setting for starting homebrews in debug mode #86

Open SeleDreams opened 1 year ago

SeleDreams commented 1 year ago

Hi, I'm a developer trying to make my workflow with the 3ds more convenient by reducing the time between each test on the 3ds atm i've been able to modify the homebrew launcher's source and luma's source to make it automatically start on boot of the console in 3dslink mode with debugging enabled in rosalina however I don't know how i would tell rosalina to enable debugging for the next homebrew launched without going through the rosalina menu i would want the homebrew launcher to directly set it through code. How would I do it ? there doesn't seem to be any documentation on this

SeleDreams commented 1 year ago

atm i've been able to set it up during boot time of the console through luma itself, but once the homebrew launcher goes back to its menu after the homebrew finished running, the next homebrew will not be debugged, which is why it should probably be handled homebrew launcher side

so basically the only thing i'd need now is to be able to set "force debug next application at launch" through homebrew launcher's source code, but i'm not sure how i would go about it