forked from qt-creator/qt-creator
debugger: introduce watchpoint-by-expression
This commit is contained in:
@@ -2556,6 +2556,10 @@ void testMPI()
|
||||
|
||||
}
|
||||
|
||||
enum E {
|
||||
ONE = 6
|
||||
};
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int *x = new int(32);
|
||||
|
||||
Reference in New Issue
Block a user