Hi,
I am trying to build a custom LLA on 64 bits.
Environment:
- SDK from GitHub - saleae/AnalyzerSDK: Logic 1 & Logic 2 Analyzer SDK
- Logic2 v2.4.6
- VS professional 2019 v16.1.3
The starting point was a project i2c_analyzer-master. I could compile with no issue and the dll is seen in the Logic 2.
My issue is that I can’t really debug the code because the breakpoints are not usable. I get the message: “The breakpoint will not currently be hit. No symbols have been loaded for this document”
Is this a file that I can take it from somewhere? Should have been present already in the .exe? Did anyone encounter this issue, maybe it could help w/ a fix, a suggestion on what I’m doing wrong?
Thank you!