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