emoon / fs-uae

Cross-platform Amiga emulator
http://fs-uae.net/
GNU General Public License v2.0
6 stars 1 forks source link

feat(#9): Copper debugging #18

Closed prb28 closed 5 years ago

prb28 commented 5 years ago

Work done to debug the copper, adding thread/multiprocess management in the protocol.

emoon commented 5 years ago

wow! this is awesome :) I really don't have time to review everything right now but I will accept it as is. I plan to get back to helping out adding more features to this soon.

emoon commented 5 years ago

Also there seems to be a conflict with the remote_debug.cpp file. Do you think you can resolve that?

prb28 commented 5 years ago

Yep! I'll fix that.

prb28 commented 5 years ago

I think I need the write access to make the merge, is there a way to do it without ?

emoon commented 5 years ago

not sure, I added you to the repo now

prb28 commented 5 years ago

Thanks, I did the merge, just kept my modifications. I hope it's not too far from your coding standards. I pull the last trigger to merge...

prb28 commented 5 years ago

Before pulling it: it certainly will beak the communications between your asm debugger and fs-uae, you may want to wait and test it before the merge.

emoon commented 5 years ago

it should be fine. I may do pass over the code when I have some time. Thanks for the great work :) please go ahead and merge!

prb28 commented 5 years ago

ok thanks