kdbg
KDbg - how to dock the memory window into the main Kdbg window?
OS: Kubuntu 10.10 KDbg version: 2.2.1 I am using KDbg 2.2.1 on Kubuntu 10.10. I installed it from one of the standard repositories (i.e. \"sudo apt-get install kdbg\"). What I need help with is, how[详细]
2023-02-12 17:23 分类:问答kdbg assembly, how to display flags?
How to display flags list in Kdbg. T开发者_StackOverflow中文版hanks.I don\'t have kdbg, but the manual says:[详细]
2023-02-08 16:15 分类:问答Problems when debugging a socket-using program in C: connect
I\'m writting a simple client-server system using unix sockets. When executed from a terminal, my Client program creats a segmentation fault.[详细]
2023-01-24 08:05 分类:问答Kdbg doesn't allow inspection of contents of std::string or std::vector
I\'m using Kdbg as my debugging tool for routine purposes, but it doesn\'t appear to have any way to inspect the contents of a std::string or std::vector. This is a bit of a drawback as use of the sta[详细]
2023-01-08 05:38 分类:问答How to run a CodeIgniter file through CRON?
I\'ve tried the following method in the past: <?php set_time_limit(0); $_SERVER[\'PATH_INFO\'] = \'cron/controller/index\';[详细]
2022-12-20 18:08 分类:问答