Custom LLA - debugging not possible via breakpoints

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!

@gripsergiu Sorry for the trouble with that! As a quick debugging exercise, can you confirm the following?

Hi,

I found the issue. I was attaching a PID but not the right one it seems.

I read the page when I started but not with care and it seems that I missed the point of how to get the PID.
I read on the internet that the first one in the list is usually the correct one … Not for me :frowning:
Now I can set the breakpoint.
Thank you very much for your help!

Best regards,
Sergiu Grip

1 Like