English 中文(简体)
指定 Windbg s 打开可执行文件的命令行
原标题:Specifying a command line for Windbg s Open Executable
  • 时间:2012-05-23 23:56:06
  •  标签:
  • windbg

当我使用 Windbg s "Open open operable..." 功能来使用 Windbg 来跳过可执行文件的执行时, 我能否指定运行可执行文件时使用的命令行参数? 如果可以的话, 我该怎么做呢?

最佳回答

s 在“打开可执行性”对话框中有一个参数文本框,可以填充您想要传给可执行文件的任何参数。

""https://i.sstatic.net/2YtfX.png" alt="此处输入图像描述"/ >

问题回答

暂无回答




相关问题
Process memory increases much faster with gflags +ust

I ve got stuck in a problem with gflags when trying to find some memory leaks in a windows app. When I turn on the ust flag (in order to collect memory allocations stack traces) the memory of my ...

how to use windbg find out SqlConnection.ConnectionString?

I can use "!do" to dump the SqlConnection instance but not sure how to find out its ConnectionString: 0:018> !do 2fa7730 Name: System.Data.SqlClient.SqlConnection MethodTable: 000007fef4455968 ...

WinDbg .for loop

I am having trouble getting the WinDbg .for command to work. I would like to dump an array of c++ structs. ?? gpTranData->mpApplCodes[0] works for a single entry but I would like to loop through ...

What does "Eclipsed" mean in WinDbg?

In the "Locals" window of WinDbg there are several names with the value <Eclipsed>. In some cases the same name exists multiple times which one real value and the others are shown as <...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

热门标签