Hi all,
When I attach a script in DIS Inject I get an error on the breakpoints. What should I do to overcome this? It is the first time I use DIS Inject on this PC to debug on a local DMA.
Thanks!
Hi Stijn, there are several possibilities for this error message.
1) project has been built in release mode instead of debug mode
2) symbols haven't been loaded because the script hasn't run yet. The first time it runs the symbols will be loaded. The breakpoint will be hit, although the message says it won't.
3) build has failed because the code contains errors
4) the script couldn't be injected (check logging)
There are probably still other reasons. Hopefully this answers your question.
Hi Tom, I tried your first suggestion and the error was gone. Thanks!