diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py index 29b79c77618..849fab459dd 100644 --- a/tests/system/shared/debugger.py +++ b/tests/system/shared/debugger.py @@ -33,14 +33,14 @@ def handleDebuggerWarnings(config, isMsvcBuild=False): if isMsvcBuild: try: popup = waitForObject("{name='msgLabel' text?='*' type='QLabel' visible='1' window=':Dialog_Debugger::Internal::SymbolPathsDialog'}", 10000) - symServerNotConfiged = ("\n

The debugger is not configured to use the public " - "Microsoft Symbol Server.
" - "This is recommended for retrieval of the symbols of the operating system libraries.

\n" - "

Note: It is recommended, that if you use the Microsoft Symbol Server, " - "to also use a local symbol cache.
" - "Also, a fast internet connection is required for this to work smoothly,
" - "and a delay might occur when connecting for the first time, when caching the symbols for the first time.

\n" - "

Would you like to set it up?

\n") + symServerNotConfiged = ("

The debugger is not configured to use the public " + "Microsoft Symbol Server.
" + "This is recommended for retrieval of the symbols of the operating system libraries.

" + "

Note: It is recommended, that if you use the Microsoft Symbol Server, " + "to also use a local symbol cache.
" + "A fast internet connection is required for this to work smoothly,
" + "and a delay might occur when connecting for the first time and caching the symbols.

" + "

What would you like to set up?

") if popup.text == symServerNotConfiged: test.log("Creator warned about the debugger not being configured to use the public Microsoft Symbol Server.") else: