DEV Community

not-a-patch
not-a-patch

Posted on • Edited on

3 1

Rubymine: Enable the JavaScript debugger

Enable the JavaScript debugger

  • Open the Run/Debug Configuration by navigating from the main menu:
    • Run => Edit Configurations.
  • Enable run browser
  • Enter the start URL
  • Enable Start JavaScript debugger automatically when debugging.

Run/Debug Configuration

Why did I write this?

This is taken from RubyMine documentation, so why write this?

I wanted to be able to enable the JavaScript debugger within RubyMine, RubyMine 2021.3, and I had no luck until I found this RubyMine tutorial. It took me ages to Google and still can't find it straight away, so I'm leaving this note to myself.

Top comments (1)

Collapse
 
woto profile image
Ruslan Kornev

Cool, always thought about this feature but didn't search. Tried now, and it works :) I'll will write something if something goes wrong. Thanks :)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay