Atom.io with Nuclide : Line marker

495 Views Asked by At

Before I reset my mac, While using Atom ( with nuclide plugin installed ) I was able to mark lines. ( clicking on left side of line numbers ).

After resetting my mac and installing Atom, I can't find that option. I also tried many Atom plugins but I couldn't find it. Please see the screenshot attached bellow ( I've putted dots on image to show what was it look like ).

enter image description here

Do you know the option / plugin name?

Thanks in advance!

2

There are 2 best solutions below

0
On BEST ANSWER

This is from the Nuclide plugin and it's a Breakpoint. It's found in the nuclide-debugger feature.

For this to work, make sure the nuclide-debugger feature is active in Nuclide's config (Settings » Packages » Nuclide):

enter image description here

To add a breakpoint to a line, click the gutter (as you tried), or press F9.

0
On

Too late answer but still useful.

install: atom-ide-ui

enter image description here

enter image description here