EFB SDK sample, changes can be seen only when quitting and restarting sim?

I have compiled a built an ESB SDK sample and, while everything is working, I cannot see the changes that I made until I exit and re-enter the sim. (I am using all the npm commands as specified in the SDK). I can even see the changes I make in the compiled TemplateApp.js, but the changes are not visible in the EFB itself unless I exit the sim and re-start it.

Is there any way to see the changes in the EFB while in sim, during development? I can’t believe I have to re-start the sim even for the smallest of edits…

Use the CoherentGT debugger, enter your app, and select either F5 or Ctrl+Shift+R

1 Like