MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Run

Method Run

DebugView++/MainFrame.cpp:939–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939void CMainFrame::Run(const std::wstring& pathName)
940{
941 if (!pathName.empty())
942 m_runDlg.SetPathName(pathName);
943
944 if (m_runDlg.DoModal() == IDOK)
945 {
946 m_logSources.AddProcessReader(m_runDlg.GetPathName(), m_runDlg.GetArguments());
947 }
948}
949
950void CMainFrame::OnFileRun(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
951{

Callers

nothing calls this directly

Calls 4

SetPathNameMethod · 0.80
AddProcessReaderMethod · 0.80
GetPathNameMethod · 0.80
GetArgumentsMethod · 0.80

Tested by

no test coverage detected