Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The popups used to configure the profiler or filter the results can now be resized, which makes it easier to handle long class or method names.


C/C++

Dbx support

C/C++ debugger supports dbx native debugger.

Image Added

Clang-format support

C/C++ editor supports popular formatting tool clang-format.

Image Added

Clank-based Diagnostics (Experimental)

 

We have added new diagnostics based on the Clank (java clang) that can show you error path for the problem discovered, use Fix it suggestions.

 

To turn on new diagnostics go to Tools->Options->Editor->Hints

Image Added

See null deference error path example below

Image Added