Pleyne Posted April 21, 2017 Posted April 21, 2017 Hello, was wondering if someone could lay a short guidance tutorial, how to launch not remote debug but a like Eclipse one. What do I mean by that: I want to run server on IDEA and apply direct java code on gameserver. (Like Eclipse debug mode). Thank you. Quote
0 vampir Posted April 23, 2017 Posted April 23, 2017 I dont know how debug works in eclipse, but following settings allow you to start gameserver on your own, attach to the process and then do all the stuff eclipse can do and more: You need to put -agentlib:jdwp=transport=dt_shmem,server=y,suspend=n,address=5012 just before java in your startGameServer.bat Quote
0 xxdem Posted April 21, 2017 Posted April 21, 2017 Hello, was wondering if someone could lay a short guidance tutorial, how to launch not remote debug but a like Eclipse one. What do I mean by that: I want to run server on IDEA and apply direct java code on gameserver. (Like Eclipse debug mode). Thank you. I don't believe anyone has done this before. Personally I am not familiar with IDEA, I've tried it once on PHP and I really hated it. But the process of going debug mode for live editing of the code is basically standard so you should have no problem If you find another tutorial from a different project on IDEA Quote
0 dhm.msd Posted April 22, 2017 Posted April 22, 2017 (edited) Hello, try the following: This should allow you to Debug your project and use breakpoints, Hot Swap of the Classes etc Edited April 22, 2017 by dhm.msd Quote
0 Pleyne Posted April 22, 2017 Author Posted April 22, 2017 Hello, try the following: This should allow you to Debug your project and use breakpoints, Hot Swap of the Classes etc Thank you, the problem is, that when starting, VM can't find main class (GameServer), i was wondering what can cause that. Quote
Question
Pleyne
Hello, was wondering if someone could lay a short guidance tutorial, how to launch not remote debug but a like Eclipse one.
What do I mean by that: I want to run server on IDEA and apply direct java code on gameserver. (Like Eclipse debug mode).
Thank you.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.