From e2591965938b83aa8c27daf090a2b2a2f746df57 Mon Sep 17 00:00:00 2001
From: Robert Loehning
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.
"
- "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.
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: