flash-debugger icon indicating copy to clipboard operation
flash-debugger copied to clipboard

Mistakens for other class of the same name in another package

Open DleanJeans opened this issue 7 years ago • 0 comments

  1. Create a class named System in a OpenFL/HaxeFlixel project
  2. Write some code which uses System in another class (maybe Main)
  3. Set a breakpoint there (Main in this case)
  4. Start debugging
  5. Find that the debugger steps in lime.system.System instead although the line number is relevant to our System

DleanJeans avatar Jul 30 '17 19:07 DleanJeans