Integration of Mendix with Visual studio code.

0
How to integrate Mendix’s module in Vscode using Angular?
asked
1 answers
1

I use VS Code for Java Action development in Mendix.

I installed “Extension Pack for Java” and “Debugger for Java”. This gave me the essential functionality I needed. You do need disable Autobuild in the settings for Java as you want Mendix to do the actual compiling when developing.

https://docs.mendix.com/refguide/java-programming#2-writing-code-in-java-files-of-your-java-actions

This page will give you details on the values to add to the debugger so you can stop and single step through your Java actions. It’s written for Eclipse, but the values are the same.

https://docs.mendix.com/howto/monitoring-troubleshooting/debug-java-actions-remotely

Good luck!

answered