Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make example s4u-replay-io use s4u::File::open/close.
[simgrid.git] / docs / source / Configuring_SimGrid.rst
index 7b90c7debdd0b966e2abfbd662da77d4638218c8..fcd52dd697762e5d2ac9c28b0295825ea2b1f818 100644 (file)
@@ -1663,12 +1663,12 @@ reaches the given time, a SIGTRAP is raised.  This can be used to stop
 the execution and get a backtrace with a debugger.
 
 It is also possible to set the breakpoint from inside the debugger, by
-writing in global variable simgrid::simix::breakpoint. For example,
+writing in global variable simgrid::kernel::cfg_breakpoint. For example,
 with gdb:
 
 .. code-block:: none
 
-   set variable simgrid::simix::breakpoint = 3.1416
+   set variable simgrid::kernel::cfg_breakpoint = 3.1416
 
 .. _cfg=debug/verbose-exit: