Viladoman / StructLayout

Visual Studio Extension for C++ struct memory layout visualization
MIT License
480 stars 22 forks source link

stucking at processing... #35

Closed illegal-instruction-co closed 1 year ago

illegal-instruction-co commented 1 year ago

I am stucking at processing as you can see: https://prnt.sc/_ajwEkRn9lGw

I implemented -DCMAKE_EXPORT_COMPILE_COMMANDS=1 to my cmake build.cmd

aolbrech commented 1 year ago

Encountering the same issue. Tried it both in Visual Studio 2022 and Visual Studio 2019. Used the TestProjects/Regular codebase.

illegal-instruction-co commented 1 year ago

Encountering the same issue. Tried it both in Visual Studio 2022 and Visual Studio 2019. Used the TestProjects/Regular codebase.

I guess this project is kinda sleeping for a long time.

Viladoman commented 1 year ago

I have seen this behavior happen in the past, but I have been unable to reproduce it locally sadly. If someone has the time to breakpoint it and see where it is getting stuck I would really appreciate it.

I don't have a lot of bandwidth at the moment.

nedwardsnae commented 1 year ago

I encountered this issue - PR #38 should address it

Viladoman commented 1 year ago

This issue should be fixed on version 0.6.2+. Thanks for the help.