Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Debugging Javascript - No source found

Hello, Patrick

I am debugging a script within the node_modules folder, and I am hitting the no source found editor. Tried adding many different source lookup container and non of them work.

I also noticed the launch debug context menu is missing in the Project Explorer when right clicking on a _javascript_ file in the node_modules folder.


"Run As / Debug As Node.js" shortcuts were deliberately excluded from node_modules and bower_components folders for js files. Could you please explain the use-case of debugging lib / framework dependency separately from the app ?
In terms of source lookup - can you debug scripts from node_modules when you start debugging on app's main js file via "Debug As Node.js Application" shortcut ? (source lookup should be tuned automatically for this case)
 

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top