diff Sphinx/source/faq/debugging.rst @ 638:b3e75cef601d Orthanc-1.9.2

Orthanc 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Apr 2021 13:36:32 +0200
parents cfeb018b9150
children 17c1ff4e6ae4
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Thu Apr 22 07:21:27 2021 +0200
+++ b/Sphinx/source/faq/debugging.rst	Thu Apr 22 13:36:32 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.1/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.9.2/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.1
+  W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.9.2
   ---> 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