5 个解决方案
#1
API的话,需要什么样的窗口需要自己写代码去绘制,同时增加代码执行相关操作
#2
补充一下,就是类似这样的弹窗
![用什么方法可以弹出一个调试窗口(提示启动一个visual studio),类似于.Net里的 Debugger.Launch函数 用什么方法可以弹出一个调试窗口(提示启动一个visual studio),类似于.Net里的 Debugger.Launch函数](https://image.shishitao.com:8440/aHR0cHM6Ly93d3cuaXRkYWFuLmNvbS9nby9hSFIwY0hNNkx5OXBiV2N0WW1KekxtTnpaRzR1Ym1WMEwzVndiRzloWkM4eU1ERTNNVEl2TURRdk1UVXhNak0yT0RjMU9GODNNams0TlRrdWNHNW4%3D.jpg?w=700&webp=1)
#3
百度搜相关关键字。
#4
感谢楼上提醒,baidu,bing,msdn都找过了。
#5
Enabling Just-in-Time Debugging
With Just-in-time debugging, you can run a program outside Visual C++. When an application error occurs, it calls the Visual C++ debugger.
To enable Just-in-time debugging
From the Tools menu, click Options.
Select the Debug tab.
Select the Just-in-time debugging check box.
Click OK.
From the Build menu, choose Build <project>.exe.
Note If you are running Windows NT, you must have administrator privileges to set the Just-in-time debugging option.
With Just-in-time debugging, you can run a program outside Visual C++. When an application error occurs, it calls the Visual C++ debugger.
To enable Just-in-time debugging
From the Tools menu, click Options.
Select the Debug tab.
Select the Just-in-time debugging check box.
Click OK.
From the Build menu, choose Build <project>.exe.
Note If you are running Windows NT, you must have administrator privileges to set the Just-in-time debugging option.
#1
API的话,需要什么样的窗口需要自己写代码去绘制,同时增加代码执行相关操作
#2
补充一下,就是类似这样的弹窗
![用什么方法可以弹出一个调试窗口(提示启动一个visual studio),类似于.Net里的 Debugger.Launch函数 用什么方法可以弹出一个调试窗口(提示启动一个visual studio),类似于.Net里的 Debugger.Launch函数](https://image.shishitao.com:8440/aHR0cHM6Ly93d3cuaXRkYWFuLmNvbS9nby9hSFIwY0hNNkx5OXBiV2N0WW1KekxtTnpaRzR1Ym1WMEwzVndiRzloWkM4eU1ERTNNVEl2TURRdk1UVXhNak0yT0RjMU9GODNNams0TlRrdWNHNW4%3D.jpg?w=700&webp=1)
#3
百度搜相关关键字。
#4
感谢楼上提醒,baidu,bing,msdn都找过了。
#5
Enabling Just-in-Time Debugging
With Just-in-time debugging, you can run a program outside Visual C++. When an application error occurs, it calls the Visual C++ debugger.
To enable Just-in-time debugging
From the Tools menu, click Options.
Select the Debug tab.
Select the Just-in-time debugging check box.
Click OK.
From the Build menu, choose Build <project>.exe.
Note If you are running Windows NT, you must have administrator privileges to set the Just-in-time debugging option.
With Just-in-time debugging, you can run a program outside Visual C++. When an application error occurs, it calls the Visual C++ debugger.
To enable Just-in-time debugging
From the Tools menu, click Options.
Select the Debug tab.
Select the Just-in-time debugging check box.
Click OK.
From the Build menu, choose Build <project>.exe.
Note If you are running Windows NT, you must have administrator privileges to set the Just-in-time debugging option.