Gekkio / mooneye-gb

A Game Boy research project and emulator written in Rust
GNU General Public License v3.0
892 stars 56 forks source link

develop a gameboy debugger in mooneye-gb #142

Open gogo2464 opened 3 years ago

gogo2464 commented 3 years ago

I know from the readme it is not a priority.

But me I am looking for a good remote debugger for gameboy color. I did not find any on the market. MGBA and VisualBoy advance do not support gdbserver for gameboy color.

So I suggest to let me make a pull request to add the feature to debug. Then I will add a remote debuger.

I already tried to start on rusty-boy and oxydbg sadly they were not enough mature or the maintainer did not allow new pull request.

Best regards.

Gekkio commented 3 years ago

Unfortunately I can't accept pull requests either right now...I've got a private branch that is basically a rewrite and will eventually replace all current code. There's no point in adding new features to the current public mooneye-gb codebase before the rewrite is finished.

gogo2464 commented 3 years ago

When should the branch be merged?

Gekkio commented 3 years ago

Might take months or years :slightly_smiling_face: I don't have a deadline or a schedule, but it will happen at some point

gogo2464 commented 3 years ago

@Gekkio can I see your work to make a PR on please?

gogo2464 commented 2 years ago

@Gekkio Can I start my PR now?