You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"One or more potential issues exist in the output. This is sometimes due to mismatched symbols, so please double-check symbol paths and re-run if needed.",
54
+
"Potential issues with the output",MessageBoxButtons.OK,MessageBoxIcon.Warning);
55
+
}
56
+
}
57
+
58
+
privateboolValidateInputs(){
24
59
if(string.IsNullOrWhiteSpace(pdbPaths.Text)){
25
60
MessageBox.Show(this,
26
61
"Please specify path(s) to PDB files!",
27
62
"No symbol path(s) specified",MessageBoxButtons.OK,MessageBoxIcon.Error);
MessageBox.Show(this,"Cannot interpret the module base address information. Make sure you just have the output of the following query (no column headers, no other columns) copied from SSMS using the Grid Results\r\n\r\nselect name, base_address from sys.dm_os_loaded_modules where name not like '%.rll'",
34
69
"Unable to load base address information",MessageBoxButtons.OK,MessageBoxIcon.Error);
"One or more potential issues exist in the output. This is sometimes due to mismatched symbols, so please double-check symbol paths and re-run if needed.",
103
-
"Potential issues with the output",MessageBoxButtons.OK,MessageBoxIcon.Warning);
0 commit comments