MCPcopy Create free account
hub / github.com/beefytech/Beef / OpenFile

Method OpenFile

IDEHelper/WinDebugger.cpp:1018–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018void WinDebugger::OpenFile(const StringImpl& launchPath, const StringImpl& targetPath, const StringImpl& args, const StringImpl& workingDir, const Array<uint8>& envBlock, bool hotSwapEnabled, DbgOpenFileFlags openFileFlags)
1019{
1020 BF_ASSERT(!mIsRunning);
1021 mLaunchPath = launchPath;
1022 mTargetPath = targetPath;
1023 mArgs = args;
1024 mWorkingDir = workingDir;
1025 mEnvBlock = envBlock;
1026 mHotSwapEnabled = hotSwapEnabled;
1027 mOpenFileFlags = openFileFlags;
1028 mDebugTarget = new DebugTarget(this);
1029}
1030
1031bool WinDebugger::Attach(int processId, BfDbgAttachFlags attachFlags)
1032{

Callers 1

Debugger_OpenFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected