diff --git a/content/en/docs/howto/monitoring-troubleshooting/debug-java-actions/_index.md b/content/en/docs/howto/monitoring-troubleshooting/debug-java-actions/_index.md index a3ccaaf6de6..8052db3711e 100644 --- a/content/en/docs/howto/monitoring-troubleshooting/debug-java-actions/_index.md +++ b/content/en/docs/howto/monitoring-troubleshooting/debug-java-actions/_index.md @@ -58,6 +58,9 @@ You can also use Ctrl + Shift + B to disable a {{% alert color="warning" %}}A current limitation is that local variables may not be visible when debugging Java actions in Eclipse. This can affect your ability to inspect variable values during execution.{{% /alert %}} +## Known Issues +1. If there are Add-On modules imported into the studio pro and application is deployed for eclipse using menu option **App -> Deploy for Eclipse**, there are known build failures java source code. + ## Read More * [Find the Root Cause of Runtime Errors](/howto/monitoring-troubleshooting/finding-the-root-cause-of-runtime-errors/)