Skip to content

Build Extensions and run on windows application #71

Closed Answered by simonec73
DrySlime asked this question in Q&A
Discussion options

You must be logged in to vote

The latest versions include full debug symbols. Moreover, you can download the sources from GitHub. Normally, you should not be concerned with debugging my code because your focus should be on your code, but having full debug symbols and the sources available should allow you to gain insights into what happens in the engine and in other parts of my code.

Debugging involves configuring a project to run threatsmanager.exe when you start debugging your library. Then, you include a breakpoint in your code and check what you receive as input to your Extension. If your library is not loaded, you may not have configured TMS to load it. You can just open TMS and configure the location of your deb…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DrySlime
Comment options

@simonec73
Comment options

Answer selected by simonec73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants