You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the watch pane when debugging: typing and completion now work.
Load files using canonical names so that sym-linked files use the same buffer
as the original file.
Use full package name when determining file to open when debugging.
Attempt to follow the classpath to determine which file to open when
multiple files have the same package names.
Use implicit classpath entries during classpath operations. (e.g. haxe/std)
Remove "statics of XXX" from the debugger variable window pane. (The Haxe debugger
at http://github.com/tivo/hxcpp-debugger has been updated to show statics
as part of the object tree for objects in view.
Remove error embellishments before displaying errors in the debugger variable pane.