From 7464c037dda0c85a52c4ed8a0018114209c8fd52 Mon Sep 17 00:00:00 2001 From: Jonathan Diehl <1334574+jdiehl@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:20:56 +0100 Subject: [PATCH 1/4] Update debugging section with breakpoint limitations Added note about breakpoint debugging limitations during application startup. --- .../debug-microflows-and-nanoflows/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 5721d2f3b79..62272daa2d9 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -20,6 +20,10 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [Configuring a Domain Model](/refguide/configuring-a-domain-model/) * Read [How to Create Your First Two Overview and Detail Pages](/howto/front-end/create-your-first-two-overview-and-detail-pages/) +{{% alert color="info" %}} +Debugging with breakpoints is not supported for Microflows executed during application startup (for example, the After Startup Microflow and any Microflows it calls). +{{% /alert %}} + ## Debugging Overview There are three debugging panes: **Breakpoints**, **Debugger**, and **Variables**: From 4cefddafa86ef831022b5d454a25c2309574d724 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Thu, 12 Mar 2026 15:49:57 +0100 Subject: [PATCH 2/4] Proofread and copy to Mx9 and Mx10 --- .../debug-microflows-and-nanoflows/_index.md | 4 ++-- .../debug-microflows-and-nanoflows/_index.md | 4 ++++ .../debug-microflows-and-nanoflows/_index.md | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 62272daa2d9..93060ce5fc7 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -1,6 +1,6 @@ --- title: "Debugging Microflows and Nanoflows" -url: /refguide/debug-microflows-and-nanoflows// +url: /refguide/debug-microflows-and-nanoflows/ weight: 120 --- @@ -21,7 +21,7 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [How to Create Your First Two Overview and Detail Pages](/howto/front-end/create-your-first-two-overview-and-detail-pages/) {{% alert color="info" %}} -Debugging with breakpoints is not supported for Microflows executed during application startup (for example, the After Startup Microflow and any Microflows it calls). +Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide/runtime-tab/#after-startup) microflow and any microflows it calls). {{% /alert %}} ## Debugging Overview diff --git a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 085358dc463..7f1191fc040 100644 --- a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -20,6 +20,10 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [Configuring a Domain Model](/refguide10/configuring-a-domain-model/) * Read [How to Create Your First Two Overview and Detail Pages](/howto10/front-end/create-your-first-two-overview-and-detail-pages/) +{{% alert color="info" %}} +Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide10/runtime-tab/#after-startup) microflow and any microflows it calls). +{{% /alert %}} + ## Debugging Overview There are three debugging panes: **Breakpoints**, **Debugger**, and **Variables**: diff --git a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 0ff5840137d..9564d4f664d 100644 --- a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -20,6 +20,10 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [Creating a Basic Data Layer](/refguide9/create-a-basic-data-layer/) * Read [How to Create Your First Two Overview and Detail Pages](/howto9/front-end/create-your-first-two-overview-and-detail-pages/) +{{% alert color="info" %}} +Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide9/runtime-tab/#after-startup) microflow and any microflows it calls). +{{% /alert %}} + ## Debugging Overview There are three debugging panes: **Breakpoints**, **Debugger**, and **Variables**: From ed06478e2697eaa3df4b4c6ef8899ea60af75585 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Thu, 12 Mar 2026 15:52:24 +0100 Subject: [PATCH 3/4] Correct broken links --- .../debug-microflows-and-nanoflows/_index.md | 2 +- .../debug-microflows-and-nanoflows/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 7f1191fc040..da2e8bfb26d 100644 --- a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -21,7 +21,7 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [How to Create Your First Two Overview and Detail Pages](/howto10/front-end/create-your-first-two-overview-and-detail-pages/) {{% alert color="info" %}} -Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide10/runtime-tab/#after-startup) microflow and any microflows it calls). +Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide10/app-settings/#after-startup) microflow and any microflows it calls). {{% /alert %}} ## Debugging Overview diff --git a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 9564d4f664d..8775dc5f3f2 100644 --- a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -21,7 +21,7 @@ Before starting this how-to, make sure you have completed the following prerequi * Read [How to Create Your First Two Overview and Detail Pages](/howto9/front-end/create-your-first-two-overview-and-detail-pages/) {{% alert color="info" %}} -Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide9/runtime-tab/#after-startup) microflow and any microflows it calls). +Debugging with breakpoints is not supported for microflows executed during application startup (for example, the [After startup](/refguide9/app-settings/#after-startup) microflow and any microflows it calls). {{% /alert %}} ## Debugging Overview From fff3998b069805437f7db251ae76cfcb04b730b5 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Thu, 12 Mar 2026 16:51:49 +0100 Subject: [PATCH 4/4] Typo in URL --- .../debug-microflows-and-nanoflows/_index.md | 2 +- .../debug-microflows-and-nanoflows/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index da2e8bfb26d..b475fb32f2a 100644 --- a/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide10/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -1,6 +1,6 @@ --- title: "Debugging Microflows and Nanoflows" -url: /refguide10/debug-microflows-and-nanoflows// +url: /refguide10/debug-microflows-and-nanoflows/ weight: 120 --- diff --git a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md index 8775dc5f3f2..849d2d2e49c 100644 --- a/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md +++ b/content/en/docs/refguide9/modeling/application-logic/microflows-and-nanoflows/debug-microflows-and-nanoflows/_index.md @@ -1,6 +1,6 @@ --- title: "Debugging Microflows and Nanoflows" -url: /refguide9/debug-microflows-and-nanoflows// +url: /refguide9/debug-microflows-and-nanoflows/ weight: 120 ---