In Chrome: chrome://inspect
You should see a emulator target listed under “Devices” -> Click “Inspect” - this will connect a dev console to the running emulator.
Similar to the above, however, you do need to make sure you have xCode Command Line Tools installed. You can check this by running from the command line:
xcode-select
sudo gem install cocoapods
ionic capacitor add ios
ng build
ionic capacitor copy ios
ionic capacitor run ios
ionic capacitor run ios -l // live reload
Open Safari, then select “Develop” menu, then select the “Simulator” device near the top. Should show an ip address and you can then view safari dev tools.
In “Debugger” tab, there are quite a lot of files, so you can type in the filename you are looking for and it should find it. Then you can set breakpoints as usual.