8000 Release v0.357.0 · facebookarchive/nuclide · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

v0.357.0

Compare
Choose a tag to compare
@sunz7 sunz7 released this 09 Oct 23:08
· 620 commits to master since this release

Terminal

  • Terminal now only suggests the DOM renderer fallback if it is necessary for your system.
  • All users have been reset to use automatic renderer detection, and the configuration key for the terminal renderer has been changed to renderer from rendererType.

Debugger

  • Fixed handling of Exception Breakpoints when debugging multiple targets so that the available exception breakpoint filters update to the supported filters of the currently focused debugger
  • Added a “Terminate Thread” button to the process and threads view for debuggers that support terminating threads
  • Hid breakpoint hit counts when the hit count is 0
  • Fixed an issue preventing the Java debugger from starting if the installed Java version is >= Java 9
0