MolecularMatters/lpp_public

Continuous Compilation isn't triggering on file changes

Closed this issue · 5 comments

Platform: Windows 11
Live++ 2.5.0 (same issue on 2.4.x)

My project preferences:
image

Broke view of the executable to confirm matching source folder.
image

I'm not seeing any log entries on file changes. (Shortcut invocation works.)

What can I do to diagnose this issue?

Thanks!

How do you load these project preferences?
Can you confirm that they are picked up correctly by the Broker?
You should see a corresponding message (or error) in the Broker UI log.

Hmm, I am not doing anything to load project preferences. That must be it then.

I'll give LppCreateDefaultAgentWithPreferencesFromFile a try. That looks right. Currently, I'm just calling LppCreateDefaultAgent.

Boom, that works. Thanks!

Glad to hear you got it working!