forked from qt-creator/qt-creator
debugger: Improved testInput
Change-Id: I3920bf0ee69a5abbdd0060ca309f6fd7e17b2e1b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -5018,6 +5018,7 @@ namespace io {
|
|||||||
std::cin >> i;
|
std::cin >> i;
|
||||||
int j;
|
int j;
|
||||||
std::cin >> j;
|
std::cin >> j;
|
||||||
|
std::cout << "Values are " << i << " and " << j << "." << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void testIO()
|
void testIO()
|
||||||
|
Reference in New Issue
Block a user