A 'launch' is Eclipse UI element that corresponds to a debug session (or a running program). When you attach to Chrome the launch object appears. Then you terminate it and it eventually disappears (gets removed).
You can find it in 'Debug' view in 'Debug' perspective:
On the picture above the launch is a top-level object labeled "chrome 9222 [
Chromium JavaScript]". First part "chrome 9222" is a name of the corresponding launch configuration (see menu Run | Debug Configurations...
).
A launch has nested elements (one is target, the other one is thread). In ChromeDevTools each launch corresponds to a VirtualProject.
There may be several launches simultaneously if you debug several things at once.
ChromeDevTools adds several menu elements to the launch context menu. It's the only place where you could:
Wiki: DebuggerTutorial
Wiki: FeatureDebugOnRealFiles
Wiki: Release_0_3_0
Wiki: Release_0_3_8
Wiki: VirtualProject
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: lorettawiggins184@gmail.com
enable "Break on JavaScript? Exceptions"