vshaxe / flash-debugger

Visual Studio Code Debugger for Haxe/Flash applications
MIT License
25 stars 7 forks source link

Mistakens for other class of the same name in another package #16

Open DleanJeans opened 7 years ago

DleanJeans commented 7 years ago
  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