Jump to content
  • 0
Sign in to follow this  
imbadudelz

How to run my server under gdb

Question

4 answers to this question

Recommended Posts

  • 0
Quote

screen -amdS char ./char-server && screen -amdS login ./login-server

I tried this command but nothing happens, it did not run the char-server and login-server.

What I'm confused about using GDB is that to run my server under dbg is I have to run this command.

Quote

gdb ./map-server

r

I tried that but it does not connect my map-server to char and login server because only map-server is running.

So how can I connect to my server if the char-server and login-server is not running, only the map-server. How can I wait the server crash if I cannot connect?

Share this post


Link to post
Share on other sites
  • 0

 

10 hours ago, imbadudelz said:

I tried this command but nothing happens, it did not run the char-server and login-server.

What I'm confused about using GDB is that to run my server under dbg is I have to run this command.

I tried that but it does not connect my map-server to char and login server because only map-server is running.

So how can I connect to my server if the char-server and login-server is not running, only the map-server. How can I wait the server crash if I cannot connect?

make screen for each login/char/map

then gdb map-server

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.