Page 1 of 1

Capturing Debugger Output

Posted: Sun Feb 05, 2023 2:08 am
by Centripidity
Does anyone know of a way to send the debugger output to a file, or even just a way of copying the Output window's contents so it can be pasted into a text file?

Re: Capturing Debugger Output

Posted: Sun Feb 05, 2023 2:25 am
by terrymcg
You can find it all in the VMD log file(s).

On Windows they're C:\Users\<your account>\AppData\Roaming\Voltage Module Designer\ModuleDesigner.log and ModuleDesignerTestClient.log

There's a lot other output in there too, so I find it helpful to prefix my log messages with an easily find-able string. That lets me use the "Mark Lines" feature of NotePad++ to filter out all the 'noise' messages and get just the one's I've generated.

FWIW, VM keeps similar logs (that include any and all Log/LogError messages the modules generate), just "next door" at (for Windows again)

C:\Users\<your account>\AppData\Roaming\Voltage\Logs

Cheers,
--
Terry McG

Re: Capturing Debugger Output

Posted: Sun Feb 05, 2023 6:34 am
by Centripidity
Fantastic. Thanks Terry.

I’ll look into that.

Peter

Re: Capturing Debugger Output

Posted: Mon Feb 06, 2023 8:12 am
by Centripidity
terrymcg wrote: Sun Feb 05, 2023 2:25 am You can find it all in the VMD log file(s).

On Windows they're C:\Users\<your account>\AppData\Roaming\Voltage Module Designer\ModuleDesigner.log and ModuleDesignerTestClient.log
Anyone know where these files are on a Mac. I can see the log files for Voltage at:

~/Application Support/Voltage/Logs

but there is no equivalent folder at:

~/Application Support/Voltage Module Designer/

Re: Capturing Debugger Output

Posted: Fri Feb 17, 2023 7:22 am
by Centripidity
In case anyone is looking in the future, I found the log files on the Mac. They are located at:

~/Library/Logs/Voltage Modular Designer