dedmen / ArmaDebugEngine

A still experimental Script Debugger for Arma 3
Other
48 stars 10 forks source link

Fix breakpoint asserts #14

Closed billw2012 closed 4 years ago

billw2012 commented 4 years ago

This fixes the assert by replacing the hash map implementation for the breakpoints. It uses r_string so no copying. Warning it contains everything in the other PR!