diff Sphinx/source/faq/debugging.rst @ 817:01fa632daae9 Orthanc-1.10.0

Orthanc 1.10.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 15:03:44 +0100
parents 4e9dc26a5cb9
children e95713f90614
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Wed Feb 23 11:08:20 2022 +0100
+++ b/Sphinx/source/faq/debugging.rst	Wed Feb 23 15:03:44 2022 +0100
@@ -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.7/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.10.0/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.7
+  W0513 15:24:42.374349 main.cpp:1436] Orthanc version: 1.10.0
   ---> 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