microsoft / azure-tools-for-java

Azure tools for Java, including Azure Toolkits for Eclipse, IntelliJ and related projects.
Other
239 stars 158 forks source link

Azure Function Debugging: no stopping at a debug breakpoint in IntelliJ #9485

Open HeiWack opened 4 days ago

HeiWack commented 4 days ago

Hi,

Recently, my colleagues and I have been having the problem that we can no longer debug Azure Functions locally in IntelliJ. The Function App starts, but there doesn't seem to be a connection to the debugger. For example, when an HttpTrigger is triggered, the function is executed, but it doesn't stop at any breakpoint.

We use different IntelliJ and plugin versions, but with the same behavior.

Do you have a hint?

Best regards,

Heiko