Javascript Debug Terminal Not Working

Describe the Bug

i have the following node script I’m trying to run and have set brake points

const x = 1
const y = 2
console.log(x + y)

However, when I run inside the JavaScript debug terminal using the command node test.js none of the brake points are hit

Steps to Reproduce

  1. copy code to file test.js
  2. open file in cursor
  3. open javascript debug terminal
  4. run node test.js frokm terminal

Expected Behavior

Should hit defined break points

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.0.0
VSCode Version: 1.96.2
Commit: 53b99ce608cba35127ae3a050c1738a959750860
Date: 2025-06-04T19:21:22.523Z (1 mo ago)
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor