Search found 7 matches

by poppig
Thu Sep 03, 2009 5:30 am
Forum: General Discussion and Feedback
Topic: About Kdbg and source code debug
Replies: 12
Views: 8984

Re: About Kdbg and source code debug

hto:
debug reactos with QEMU + GDB ???
Is that way as debug 2003sp1+wrk???
Is that can debug with the source not only the DPRINT message???? :?:
by poppig
Wed Sep 02, 2009 3:30 am
Forum: Chinese
Topic: 如何用Rosdbg调试Reactos的代码?
Replies: 3
Views: 34690

Re: 如何用Rosdbg调试Reactos的代码?

好象老外就是真的只实现打印消息.
要等MSVC能够编译的版本了,不知道会等多久? :?:
by poppig
Wed Sep 02, 2009 3:28 am
Forum: General Discussion and Feedback
Topic: About Kdbg and source code debug
Replies: 12
Views: 8984

Re: About Kdbg and source code debug

vicmarcal ,Thanks for your reply.
I have known that.

I will wait for the version that support the compillable with MSVC. :mrgreen:

Thanks again.
by poppig
Tue Sep 01, 2009 2:40 pm
Forum: General Discussion and Feedback
Topic: About Kdbg and source code debug
Replies: 12
Views: 8984

Re: About Kdbg and source code debug

hto,you are right. I just want debug the ReactOs with source so that I can see How the function work Not only display some informaiton on Rosdbg Console panel. I debug the wrk on 2003+sp1 with the windbg,I can choose the source and set the breakpoint. But I don't know whether Rosdbg can do that not ...
by poppig
Tue Sep 01, 2009 11:02 am
Forum: General Discussion and Feedback
Topic: About Kdbg and source code debug
Replies: 12
Views: 8984

Re: About Kdbg and source code debug

I think that rosdbg should add some shortcuts such as step into or step over. Also I nearly don't known how to set breakpoint at a some function such as CreateProcessA. If I want to see the How the CreateProcessA Function works and step it into the kernel.What Should I do ? And the bpx command don't...
by poppig
Tue Sep 01, 2009 10:43 am
Forum: Chinese
Topic: 如何用Rosdbg调试Reactos的代码?
Replies: 3
Views: 34690

Re: 如何用Rosdbg调试Reactos的代码?

bpx 不支持函数名字
所以老外怎么调试的还真不知道.

难道他们都不用源码调试的吗?那他们是如何针对他们想要的位置下断点?

最好有个简单的例子解释下如何调试Api.

当然还有就是如何切换到源码调试,而不只是在Rosdbg上面仅仅显示哪个cpp的哪一行
那样最多也就算个打印消息
by poppig
Mon Aug 31, 2009 9:13 am
Forum: Chinese
Topic: 如何用Rosdbg调试Reactos的代码?
Replies: 3
Views: 34690

如何用Rosdbg调试Reactos的代码?

请问下如何用Rosdbg调试Reactos的代码? 我已经用工具编译了最新版本的ReactOs 参考了http://www.reactos.org/wiki/ReactOS_Remote_Debugger部分 make ROS_BUILDNOSTRIP=yes bootcd 然后在vmware下面安装了系统,选择支持rosdbg的选择项.然后用最新版本(ver 1.0.3.82)的Rosdbg连接 也已经成功的显示了信息: (ntoskrnl\kd\kdio.c:220) ----------------------------------------------------- (ntoskr...