_Please make sure you have read the submission guidelines before posting an issue_
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Should be able to attach .ts file from application project in nx workspace to vs code debugger.
I have a nx workspace with application project and libraries , i'm able to attached the vs code debugger to libraries but it does not get attached to application project related ts files.
i thought it is a issue with the location of .vscode launch.json. but it is place correctly in the root folder of the application.
when break point is set within the application related ts file , vs code display it as unverified breakpoint.
Please provide detailed steps for reproducing the issue.
I know you may think this is visual studio code related concern, since nrwl have create the nx workspace template , you would have debugged the application and library code while testing. Hence post this issue to your forum. Any suggestion or help will be very much appreciated.
Same problem here.
Same here!
Is there any update on this issue? I am having the same problem.
Hi, sorry about this.
This was mislabeled as stale. We are testing ways to mark _not reproducible_ issues as stale so that we can focus on actionable items but our initial experiment was too broad and unintentionally labeled this issue as stale.
I worked through the nx tutorial today, starting completely from scratch. I can confirm that you can't attach breakpoints in Chrome in VS Code in an Angular app. If I create a simple lib and put a component in it, I can successfully set a breakpoint there.
I have a similar experience with another large nx workspace with lots of libraries. The breakpoints work fine in my libs but not in the main app.
This should be a simple case, but is likely to put newbies off.
Most helpful comment
Is there any update on this issue? I am having the same problem.