diff Sphinx/source/faq/debugging.rst @ 513:f22b3743fd3f

Orthanc 1.7.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2020 15:18:40 +0200
parents 933e28b6a64d
children 50bdd7c7e9b9
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Wed Sep 16 11:46:11 2020 +0200
+++ b/Sphinx/source/faq/debugging.rst	Fri Sep 18 15:18:40 2020 +0200
@@ -45,13 +45,13 @@
 to debug Orthanc without compiling from sources. Here is a sample
 debug session::
 
-  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.7.3/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.7.4/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.7.3
+  W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.7.4
   ---> 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