3

Send Python HLAs debug logs to terminal

  • Held for moderation
  • Live

S
Saleae

Merged with: Debugging HLAs is hard right now because there is now way to interact with or get information from an HLA while it is running. It would be helpful to either be able to debug an HLA (with VS Code remote debugging, for instance), and/or display the print output of an HLA.

A

Activity Newest / Oldest

S

Saleae

Status changed to: Live

S

Saleae

Merged with: Easier debugging with HLAs

S

Saleae

Status changed to: Planned

A

I ran into the same problem and started adding a little file logger class to my HLA. Not a perfect solution but at leaest it gave me the ability to see the internals of my packet decoder!