daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
371 stars 42 forks source link

Can not run ts-node. Attribute 'program' does not exist #138

Closed Straw94 closed 2 years ago

Straw94 commented 2 years ago

Cannot find the file correctly

image

image

Straw94 commented 2 years ago

Can you give me an example of ts-node configuration?

Looking forward to your reply~

daveleroy commented 2 years ago

That error is coming from the vscode node adapter so you will probably need to consult their documentation.

I would check the program attribute and make sure its actually set to the correct location.