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..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 --- @@ -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](/refguide/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/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..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 --- @@ -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/app-settings/#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..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 --- @@ -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/app-settings/#after-startup) microflow and any microflows it calls). +{{% /alert %}} + ## Debugging Overview There are three debugging panes: **Breakpoints**, **Debugger**, and **Variables**: