-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative path patterns not supported by search api #121087
Comments
(Experimental duplicate detection) |
/jsDebugLogs |
Setting absolute path( Setting relative path( |
Thanks for the logs and example repo! I think I can reproduce. It should only affect breakpoints that are passed very early on in the program, since the process that looks for sourcemaps ahead of time isn't finding results. @roblourens although the path seems correct, it seems like setting this as a RelativePattern doesn't work: As Zard reported, f I remove the extra outFiles pattern (so it's just Edit: it seems that passing in a relative pattern like It would be nice to fix that 🙂 |
It should be like |
|
This actually duplicates #168635, and should be fixed with microsoft/vscode-js-debug#1486 as well |
Steps to Reproduce:
I try to debug a package symlinked to an application, with breakpoints set in typescript, but failed.
Firstly, without symlinked package, just the application, it works.
![image](https://user-images.githubusercontent.com/52653926/114397132-ed335800-9bd0-11eb-9e6b-8c78ae7b3c0a.png)
Then, with symlinked package, it dosen't work, even the package is not actually imported. Setting the path of testpackage in
![image](https://user-images.githubusercontent.com/52653926/114397546-616dfb80-9bd1-11eb-90fe-98fce8023446.png)
![image](https://user-images.githubusercontent.com/52653926/114397868-bb6ec100-9bd1-11eb-90ab-327dc2cfb75d.png)
outFiles
makes error.I've made a reproductive example. Is there something I missed?
1.
git clone git@github.com:Zardddddd60/testpackage.git
,git clone git@github.com:Zardddddd60/testapp.git
2. symlink testpackage to testapp, and press debug in testapp
Does this issue occur when all extensions are disabled?: Yes/No
Yes
The text was updated successfully, but these errors were encountered: