flash-debugger
flash-debugger copied to clipboard
Mistakens for other class of the same name in another package
- Create a class named
System
in a OpenFL/HaxeFlixel project - Write some code which uses
System
in another class (maybeMain
) - Set a breakpoint there (
Main
in this case) - Start debugging
- Find that the debugger steps in
lime.system.System
instead although the line number is relevant to ourSystem