Skip to content

Commit 76bd1e5

Browse files
committed
breakdown: test if symbols on SF.net can be used (yes they can :)
1 parent db64b44 commit 76bd1e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

breakdown/breakdown.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ void BreakDown::openDumpFile(const QString &file)
326326
vector<string> symbol_paths;
327327

328328
// TODO: settings (also remember cache and tmp!!!)
329+
330+
//server_path.push_back("https://sourceforge.net/projects/natron/files/symbols");
331+
server_path.push_back("https://sourceforge.net/projects/openfx-arena/files/symbols");
329332
server_path.push_back("https://stackwalker.000webhostapp.com/symbols");
330333

331334
Minidump minidump(file.toStdString());

0 commit comments

Comments
 (0)