08.09.2010, 18:46
(
Последний раз редактировалось cyber_punk; 08.09.2010 в 19:06.
)
Umm...sort of silly to post them without properly debugging it don't you think?
Anyhow I am still having trouble getting gdb to start samp. I have tried 'gdb samp03svr' 'gdb ./samp03svr' and also 'gdb ./samp03svr &' the last one seemed like it was starting the server, spit out text the pid etc... yet I was not totally in the gdb console nor did the server appear online. I would really like to debug this so how can I get samp started through gdb? Anyone?
[EDIT] Rofl never mind I am a linux noob.... was able to get it running had to do 'gdb ./samp03svr' and then once in the gdb console type 'run' go figure....
Anyhow I am still having trouble getting gdb to start samp. I have tried 'gdb samp03svr' 'gdb ./samp03svr' and also 'gdb ./samp03svr &' the last one seemed like it was starting the server, spit out text the pid etc... yet I was not totally in the gdb console nor did the server appear online. I would really like to debug this so how can I get samp started through gdb? Anyone?
[EDIT] Rofl never mind I am a linux noob.... was able to get it running had to do 'gdb ./samp03svr' and then once in the gdb console type 'run' go figure....