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

v0.337.0

Choose a tag to compare

@wanderley wanderley released this 16 Aug 18:08
· 1213 commits to master since this release

Debuggers

  • Added language support to console prompt - expressions will now have syntax highlighting while debugging
  • Improved ability to filter threads in the Process Tree. Added an inline filter box with RegExp support, and the ability to filter by thread name, call stacks, and breakpoints hit
  • Added language icons to the Process Tree to show which technology is being debugged for each process
  • Fixed a bug in the console where pressing enter added a newline instead of submitting the prompt when Autocomplete+ settings are set to Tab for selecting a suggestion
  • Fixed a bug where the UI could remain stuck in the “Starting...” state if the debugger fails to launch due to an error
  • Added a loading spinner to the process tree to indicate when Nuclide is waiting for a debugger process to start up
  • Fixed a bug causing console entries with embedded newlines (such as stack traces) to show up as multiple entries in the console, instead of a single big entry