diff Sphinx/source/faq/debugging.rst @ 735:e6386c012438 Orthanc-1.9.5

Orthanc 1.9.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 11:34:06 +0200
parents 8a247c645ac6
children 97e6a0431c5e
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Wed Jul 07 08:24:57 2021 +0200
+++ b/Sphinx/source/faq/debugging.rst	Thu Jul 08 11:34:06 2021 +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.9.4/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.9.5/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.9.4
+  W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.9.5
   ---> 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