如何部署应用程序,我可以调试它? [英] How to deploy application, what I can debugg it?

查看:90
本文介绍了如何部署应用程序,我可以调试它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hallo Everybody,

Hallo Everybody,

我是使用Win Embedded Compact 7的初学者。

I am a beginner in use Win Embedded Compact 7.

我想部署一个简单的应用程序,如Hello World。

I want to deploy a simple application like Hello World.

我这样做

Craete New Opject - > C#Smartdevice然后我创建一个按钮。

Craete New Opject -> C# Smartdevice then I create a button.

 

 

using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace TestApp2
{
 public partial class Form1 : Form
 {
  public Form1()
  {
   InitializeComponent();
  }

  private void btnHello_Click(object sender, EventArgs e)
  {
   label1.Text = "Hello Mr. Muehlbauer";
  }
 }
}

 

我可以在virtuall PC上运行此应用程序。 Everthing ok。

I can run this application on virtuall PC. Everthing ok.

问题是,我无法在我的程序上设置断点来测试我是否可以在Win Embedded Compact 7上调试正在运行的应用程序。

The problem is, I can't set a break point on my programm to test if I can debugg a running application on Win Embedded Compact 7.

请一步一步帮助我。

 

祝你好运。

 

Hassan

 

推荐答案

尝试设置断点时会发生什么? 这种行为会告诉你(和我们),更多的是关于什么是错的。 您的项目是否设置为构建程序的Debug配置? 这是我想到的第一件事......

What happens when you try to set the breakpoint?  The behavior will tell you (and us), a lot more about what's wrong.  Is your project set up to build a Debug configuration of the program?  That's the first thing that comes to mind...

Paul T。


这篇关于如何部署应用程序,我可以调试它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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