Mercurial > hg > orthanc-book
diff Sphinx/source/faq/debugging.rst @ 290:6cbcdb965ad3
Orthanc 1.5.8
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Oct 2019 15:13:27 +0200 |
parents | a64197133114 |
children | a5f7fc9fb611 |
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst Mon Sep 30 21:31:08 2019 +0200 +++ b/Sphinx/source/faq/debugging.rst Wed Oct 16 15:13:27 2019 +0200 @@ -45,13 +45,13 @@ to debug Orthanc without compiling from sources. Here is a sample debug session:: - $ wget http://lsb.orthanc-server.com/orthanc/debug/1.5.7/Orthanc + $ wget http://lsb.orthanc-server.com/orthanc/debug/1.5.8/Orthanc $ chmod +x ./Orthanc $ gdb ./Orthanc Configuration.json (gdb) catch throw Catchpoint 1 (throw) (gdb) run - W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.5.7 + W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.5.8 ---> Reproduce your error case <--- Thread 15 "Orthanc" hit Catchpoint 1 (exception thrown), 0x00007ffff6de68bd in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (gdb) backtrace