jonetiz / H3Randomizer

Character and Weapon Randomizer for Halo 3 on the Master Chief Collection (Steam Only)
https://haloruns.com
1 stars 0 forks source link

Software Breakpoints #10

Closed jonetiz closed 2 years ago

jonetiz commented 2 years ago

IMPORTANT: Software Breakpoints are not nearly as fast/efficient as hardware breakpoints, so it's important that code is optimized for such cases. A new pull request will be opened at some point with relevant optimizations to h3randomizer.py, this PR only implements the ability to use software breakpoints. As a note, randomize_char_weapons is currently using software breakpoints and while it has been significantly optimized, this is not release ready. General Notes: