libGDX beginner !

Hello.

I finally started in libGDX. I saw that there are like few projects when you make it with builder that comes with libGDX.

One project is main one, and others are platform specific. So my question is, how do I debug the main project without actually running the platform specific project ?

Or at least, how to assign debug keyboard shortcut ( F11 ) to run desktop project, instead of trying to run main project ?

You run on a pafticular platform and debug there. I suggest debugging on the desktop. The core project is platform agnostic and cannot be run on its own.

I closed all projects except desktop (still can’t get the gwt run though), and test-debug there. Then on final I opened android one, refresh, export as apk, works like charm 8)