MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Fix debugger stuff #229

Open SaintWish opened 8 months ago

SaintWish commented 8 months ago

As of right now debugging is extremely difficult because compiling the DLLs with symbols and attaching a debugger causes a lot of faults due to how horrible the code is. This should be the top priority because this would allow us to get more done faster without the manual process of figuring out why anything is crashing silently.

It should be possible to do because https://github.com/SamVanheer/halflife-updated doesn't have any of the debugging issues we seem to have.