You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by jha-g Wednesday Nov 06, 2019 at 13:38 GMT Originally opened as adobe#668
Disabling remote debugging by default, and it can be enabled by passing a command line arg as --remote-debugging-port=xxxx
Changed appshell.app.getRemoteDebuggingPort() implementation to require a callback
Added validation for port range, and also without remote-debugging-port we will not be able to debug brackets using a browser, and if browser debugging is disabled, appshell.app.getRemoteDebuggingPort(callback) will print 0
@vickramdhawal Addressed review comments. It is not possible to use g_handler to hold remote-debugging-port as g_handler does not get initialized while we are parsing command line.
Issue by jha-g
Wednesday Nov 06, 2019 at 13:38 GMT
Originally opened as adobe#668
jha-g included the following code: https://github.com/adobe/brackets-shell/pull/668/commits
The text was updated successfully, but these errors were encountered: