forked from qt-creator/qt-creator
CDB: Only step in frame if it has source information.
Change-Id: I9cf1fae00627bb6bf6bdf79cb99fa173df66ad94 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -181,7 +181,8 @@ private:
|
||||
};
|
||||
enum ParseStackResultFlags // Flags returned by parseStackTrace
|
||||
{
|
||||
ParseStackStepInto = 1 // Need to execute a step, hit on a call frame in "Step into"
|
||||
ParseStackStepInto = 1, // Need to execute a step, hit on a call frame in "Step into"
|
||||
ParseStackStepOut = 2 // Need to step out, hit on a frame without debug information
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user