Skip to content

Debug exceptions

Isaac Gariano requested to merge debug-exceptions into develop

I added more helpful debug info for exceptions (only when 'MU_LOG_LEVEL=debug' or greater of course), as well as changing the way inlinining works with calls... (it will now not inline a call whose body has a potentially throwing instruction, if the call has an exception clause, ofcourse we could still inline these, but doing so correctly will require some work and allot of thought...)

Merge request reports