**Describe the bug** <img width="806" height="340" alt="Image" src="https://github.com/user-attachments/assets/9d01a822-5af2-4283-869d-f3a47845dbb4" /> <img width="974" height="487" alt="Image" src="https://github.com/user-attachments/assets/0e294c07-c1a5-439a-b91d-f1b1df2c4bb4" /> **To Reproduce** Debug this code: ``` class Password { constructor(value) { this.value = value; } toString() { return 'xxxxxxxx'; } } const password = new Password('r0sebud'); console.log(password); ``` **VS Code Version:** Version: 1.101.0 (system setup) Commit: dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1 Date: 2025-06-11T15:00:50.123Z Electron: 35.5.1 ElectronBuildId: 11727614 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Windows_NT x64 10.0.26100 **Additional context** It introduced in https://github.com/microsoft/vscode-js-debug/pull/2217 https://github.com/microsoft/vscode-js-debug/blob/113fa913357d5380e40911c8e964831a5dce29f0/src/adapter/templates/index.ts#L115C72-L115C75 The `;` at the end of the function shoule be removed.