You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The debugger for VSCode does not seam to work with Typescript (or Javascript) with a project under an on-premise Team Foundation Server 2015 and Git team project. At first I thought it may have been the folder levels or some other wierd thing with my particular project so I took the sample app https://github.com/czechboy0/Express-4x-Typescript-Sample and I built it, ran it, and debugged it outside of my source controlled folder with no issue in VSCode. I copied the exact same folder at the highest level of my source controlled folder and now the debugger does not work in VSCode. It will stopOnEntry just find and I have source maps enabled with the correct output directory in my launch.json but if you set a breakpoint it just gives you a "Unverified Breakpoint" tooltip.
Just for more verification, I took my original project and copied it outside of my source controlled folder and the debugger works properly.
I also tried this on a different machine.
The text was updated successfully, but these errors were encountered:
@kevinolorenzo what is the difference of the TFS project? Does it live on a UNC filesystem? Are they any symbolic links involved? Do the file names contain spaces? When specify the 'outDir' attribute could you try to change the drive letter casing.
weinand
added
debug
Debug viewlet, configurations, breakpoints, adapter issues
bug
Issue identified by VS Code Team member as probable bug
labels
Mar 7, 2016
The TFS project is not a shared folder and there are no symbolic links. The root folder DOES contain spaces. Changing the outDir did not resolve the problem. I will say that this same project under TFS DOES work on my mac using VSCode so it seems to be something Windows related.
The debugger for VSCode does not seam to work with Typescript (or Javascript) with a project under an on-premise Team Foundation Server 2015 and Git team project. At first I thought it may have been the folder levels or some other wierd thing with my particular project so I took the sample app https://github.com/czechboy0/Express-4x-Typescript-Sample and I built it, ran it, and debugged it outside of my source controlled folder with no issue in VSCode. I copied the exact same folder at the highest level of my source controlled folder and now the debugger does not work in VSCode. It will stopOnEntry just find and I have source maps enabled with the correct output directory in my launch.json but if you set a breakpoint it just gives you a "Unverified Breakpoint" tooltip.
Just for more verification, I took my original project and copied it outside of my source controlled folder and the debugger works properly.
I also tried this on a different machine.
The text was updated successfully, but these errors were encountered: