Windows CE的6远程调试。没有调用堆栈时暂停程序 [英] Windows CE 6 remote debugging. No call stack when pause program

查看:194
本文介绍了Windows CE的6远程调试。没有调用堆栈时暂停程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Visual Studio 2008与Windows CE的6.0远程调试会话。

I am using Visual Studio 2008 for a remote debugging session with WindowsCE 6.0.

当我点击暂停我不能看到程序调用堆栈。

When I click 'Pause' I cannot see the program call stack.

我不与程序的任何函数的调用堆栈我刚才看到一个地址。

Instead of a call stack with any functions of my program I just see a single address.

我使用这里描述的调试技术(或在德国这里

推荐答案

您暂停有可能的地方停止了应用程序在系统调用,所以没有code线来显示。在code将实际的断点,并运行了这一点。然后你会得到一个调试环境的细微其他的调用堆栈和所有。

Your "pause" likely stopped the application somewhere in a system call so there's no "line of code" to show. Set an actual breakpoint in your code and run to that. You'll then get a call stack and all of the other niceties of a debugging environment.

这篇关于Windows CE的6远程调试。没有调用堆栈时暂停程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆