hashlink-debugger
hashlink-debugger copied to clipboard
OSX debugger stop on all exceptions issue
Currently enabling "Stop on all exceptions" in the VSCode extension has been disabled, due to issues with setting the appropriate flags in Hashlink. Potential causes could be byte misalignment or faulty 32bit pointer write-op. I will investigate this further.
Function writing into the native thread info: https://github.com/vshaxe/hashlink-debugger/blob/b7773982aa3da3c72550ede7a14ca27fab80b08f/hld/Debugger.hx#L830-L841