RemedyBG»Forums
4 posts
OurMachinery - Can't debug
Edited by Craig on Reason: Initial post
Hi.

PC - Windows 10.
I can't debug an exe created with the OurMachinery software (https://ourmachinery.com)
It just uses CL.exe to compile as a C program from what I can tell.
The .pdb file is in the same folder as the .exe.
Can't hit breakpoints or anything.
Any ideas?

PS I can use RemedyBG to debug my own C++ programs compiled with CL.exe.
306 posts / 1 project
None
OurMachinery - Can't debug
What version of RemedyBG are you using?
What version of CL.exe are you using?
What options are you passing to CL.exe to built the EXE? Is this a Visual Studio project? If so, make sure you use /DEBUG:FULL as /DEBUG now defaults to "fastlink" which Remedy does not support.
4 posts
OurMachinery - Can't debug
RemedyBG Version 0.3.1.3
CL.exe version 19.28.29334 for x64

I'm not sure about the options because CL.exe is called via a program in TheMachinery (tmbuild.exe).

But from looking at a log, it appears to be using /DEBUG:FASTLINK

I've asked the folks at TheMachinery, but I have no way to change that at present, so I guess I'm stuck with the VS debugger until they add an option for user controlled compiler options.
4 posts
OurMachinery - Can't debug
Actually there was a way to change it to /DEBUG:FULL so RemedyBG is working for me now, and this is resolved.