EngineLogging To A File #8419
Unanswered
vindicatorr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reason: Because the "Debug Console" buffer rolls out of view.
launch.json:
This, I already know.
--engineLogging[=filePath]
This is what I seek. Yet, it seems it can't be done in the launch.json file (squiggly wants boolean) and I also can't seem to run the command in the terminal but launch from vscode, hoping it'd attach/use that already running bridge.I've seen various issues from years past where you could edit a .js/.json file for the extension and alter the args, but main.js has the args area containing
--interpreter
, but forvsdbg.exe
which doesn't even exist.And there is no "args" for any
OpenDebugAD7
in package.json.And https://code.visualstudio.com/docs/cpp/enable-logging-cpp doesn't even say how to set it to output to a file.
Beta Was this translation helpful? Give feedback.
All reactions