breakpoint will not be reached, no symbols loaded

How to debug crest ocean etc. scripts? VS community
Thanks

What is a crest ocean script?

CREST - Open Source Unity Ocean Renderer page-2

Thanks

What have you tried? Googling first is always a good idea. Tips for new Unity users

1 Like

You debug crest ocean etc. scripts the same way you debug all other scripts.

Your message title gives a small clue about the problem you are encountering, but you should go a little further when asking a question. It will save everyone time.

Here’s my guess based on what little we have. Visual Studio isn’t loading the assembly’s symbols. It could be for a variety of reasons such as: there are no symbols, the symbols are out of date, you are building in release mode.

To troubleshoot a little further, bring up your “Modules” view in Visual Studio after starting the debugger. It’s in Debug/Windows menu.

Post us a screenshot of your Modules view.

Thanks. Yesterday I’ve attached to unity process. Today I get as in the screenshot:

Project with output type class library can not be started. add an executable project that references the class library. Define the executable project as start project. (I cannot get as far as modules in VS).
Many thanks

PS attaching to unity/crest process. Same errors as yesterday: