diff --git a/CHANGELOG.md b/CHANGELOG.md index 944c413f..498d5fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## master (unreleased) ### New Features + + - Add configurable auto jump to exceptions ### Changes diff --git a/docs/user_guide.adoc b/docs/user_guide.adoc index 43b30eaa..dfb3d72c 100644 --- a/docs/user_guide.adoc +++ b/docs/user_guide.adoc @@ -865,6 +865,9 @@ together with the exceptions types. If you hover the mouse over any of them, a t Clicking on any of them will position the stepper at that point in time so you can explore what happened before. +You can configure FlowStorm to automatically jump to exceptions with the `Config` menu by checking `Auto jump to exception` +which is disabled by default. + === Locals The locals panel will always show the locals bounded for the current point in time. diff --git a/docs/user_guide.html b/docs/user_guide.html index e5ee4bd0..7fcd788c 100644 --- a/docs/user_guide.html +++ b/docs/user_guide.html @@ -2145,6 +2145,10 @@
Clicking on any of them will position the stepper at that point in time so you can explore what happened before.
You can configure FlowStorm to automatically jump to exceptions with the Config
menu by checking Auto jump to exception
+which is disabled by default.