Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

v0.332.0

Compare
Choose a tag to compare
@evangrayk evangrayk released this 07 Aug 01:13
· 1379 commits to master since this release

GENERAL

  • Outline View now automatically scrolls to the symbol closest to the cursor
  • Diffusion commands (“Open in Diffusion,” etc.) now work even when the editor isn't focused.
  • Console messages can now be filtered by severity.

DEBUGGERS

  • Fixed indenting of variables in the Scopes pane
  • Fixed a bug causing the stopped thread not to auto-scroll into view in the Process tree when a thread hits a breakpoint
  • Fixed a bug causing “Show Process Tree” to be missing from the debugger context menu when the process tree pane has been hidden by the user
  • Added thread stop reason to the debugger tree when the debugger pauses (breakpoint, exception thrown, async-break, etc)
  • Removed the process name line from the Scopes component, as this is visible in the process tree
  • Improved Process Name in Process Tree when debugging HHVM. It will now show the current script or webserver being debugged
  • Java debugger: Added support for hitting breakpoints in anonymous classes