diff Sphinx/source/faq/debugging.rst @ 490:933e28b6a64d

Orthanc 1.7.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Aug 2020 08:05:10 +0200
parents a10f0e5be459
children f22b3743fd3f
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Fri Aug 21 10:12:20 2020 +0200
+++ b/Sphinx/source/faq/debugging.rst	Mon Aug 24 08:05:10 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.2/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.7.3/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.2
+  W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.7.3
   ---> 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