我无法建立我的项目 [英] i can't build my project

查看:68
本文介绍了我无法建立我的项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在调试器选项上构建项目,但这仍然存在错误,它无法构建代码只是保持准备好

I am trying to build the project on the debugger option but this stays as bugged, it does not get to build the code simply stays in ready

任何可以帮助我吗?这也是我的第一个开源

any could help me? it's my first open source too

这里的图片

https://i.imgur.com/AVcxSqi.jpg

https://i.imgur.com/AVcxSqi.jpg

推荐答案

虽然它说线程有退出,并没有说这个过程已经退出。暂停和停止按钮处于活动状态,因此您的应用程序仍在运行。

While it says threads have exited, it doesn't say the process has exited. The pause and stop buttons are active, so your application is still running.

现在,我注意到while(true)语句,您确定要正确退出吗?最可能的问题是您的应用程序陷入无限循环。

Now, I notice that while(true) statement, are you sure you are exiting out of that correctly? The most likely problem is that your application is stuck in an infinite loop.

测试应用程序是否退出的最简单方法之一是首先点击停止按钮停止调试。然后在WinMain中的所有return语句上放置断点,并再次运行您的应用程序。退出应用程序时,它应该至少击中其中一个断点

One of the easiest things to do to test if your application is exiting, is first hit the stop button to stop debugging. Then put breakpoints on all return statements in WinMain, and run your application again. It should hit at least one of those breakpoints when you exit the application.


这篇关于我无法建立我的项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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