You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of the complex driver specific frame mapping code could be simplified if we read back from the _hx_stackframe object. This object contains the haxe current function we're in as well as the class and line number. gencpp may need to be modified so the HXLINE isn't on the same line as the actual generated cpp so adding breakpoint remains easy.
The text was updated successfully, but these errors were encountered:
A lot of the complex driver specific frame mapping code could be simplified if we read back from the
_hx_stackframe
object. This object contains the haxe current function we're in as well as the class and line number. gencpp may need to be modified so theHXLINE
isn't on the same line as the actual generated cpp so adding breakpoint remains easy.The text was updated successfully, but these errors were encountered: