issues
search
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
Create a class named
System
in a OpenFL/HaxeFlixel project
Write some code which uses
System
in another class (maybe
Main
)
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 our
System
System
in a OpenFL/HaxeFlixel projectSystem
in another class (maybeMain
)Main
in this case)lime.system.System
instead although the line number is relevant to ourSystem