Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
Does anyone has experience in debugging an extension using Visual Studio Code and Chrome?
Currently I have the following configurations for debugging:
I have the extensions under C:\Users\Z003TF3W\Documents\Qlik\Sense\Extensions\ .
Many thanks in advance for the help,
Pedro
I can suggest a couple of approaches that work for me.
1. If using the "launch" configuration, your url should be the complete url that opens a sheet in your app.
I can suggest a couple of approaches that work for me.
1. If using the "launch" configuration, your url should be the complete url that opens a sheet in your app.
Hello Rob,
Now I was able to start the debug in VS Code using both approaches 🙂
Many thanks ,
Pedro
Is this possible to do for remote debugging of a mashup? i.e. not localhost.
I am able to get two way communication with an attach configuration against a remote server. I can see the console output in my vs code output window. When I click the "debug restart" button in vs code, it does trigger the chrome session to reload. But breakpoints are ignored because they are "unbound".