Problem Description
Live debugger fails to launch, crashing the whole application, if there is a port conflict. This can happen if you try running multiple instances of the application.
Proposed Solution
Add a config option to make live debugger choose the next available port in the event of a conflict.
Alternative Solutions
Add an option to ignore live debugger startup failures and run the rest of the application as normal. In my case I don't care if a second live debugger instance fails to start.
Additional Context
No response