mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Typo
This commit is contained in:
parent
f0f3855423
commit
0b0cc40fc8
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
|
||||||
// Forcibly turn off non-stop for post-mortem sessions.
|
// Forcibly turn off non-stop for post-mortem sessions.
|
||||||
// Non-stop does not apply to post-mortem sessions.
|
// Non-stop does not apply to post-mortem sessions.
|
||||||
// Now that we can have non-stop defaulting to enabled, it will prevent
|
// Now that we can have non-stop defaulting to enabled, it will prevent
|
||||||
// post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn if off
|
// post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn it off
|
||||||
// Bug 348091
|
// Bug 348091
|
||||||
if (LaunchUtils.getSessionType(config) == SessionType.CORE) {
|
if (LaunchUtils.getSessionType(config) == SessionType.CORE) {
|
||||||
if (LaunchUtils.getIsNonStopMode(config)) {
|
if (LaunchUtils.getIsNonStopMode(config)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue