How to debug new backoffice package
# help-with-umbraco
m
Hi all, I've started creating a package for v14 and I'm having issues debugging the code. I have followed the tutorials on the docs, and I got my custom property editor being displayed when editing the page. So far so good. But I don't know how to debug the code of my component. I don't how to set breakpoints so they are hit on VSCode. I'm using the terminal to run both the npm build and the dotnet build/run. If I try to check my code on the browser's devtools, I can't see any of my code being loaded, although the editor is working, so the custom code is there hidden somewhere. Any ideas? Thanks https://cdn.discordapp.com/attachments/1255037973200764990/1255037973427130398/image.png?ex=667bacb2&is=667a5b32&hm=88160c99851cc5d9926ce819a360611710fdfe354ca04d82413d77e875ebf8eb&
4 Views