serverReadyAction doesn't work with integratedTerminal #70855
Labels
*as-designed
Described behavior is as designed
debug
Debug viewlet, configurations, breakpoints, adapter issues
Steps to Reproduce:
The application launched and shows ready:
However no Chrome debug instance shows.
Alternate configs tested:
integratedTerminal
withopenExternally
: no browser window opened.internalConsole
withdebugWithChrome
: Chrome debug window launches pointed at the URL.internalConsole
withopenExternally
: Current browser's active window gets a new tab pointed at the URL.Looks like the problem is that output to the integrated terminal is not parsed.
The text was updated successfully, but these errors were encountered: