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!
Stijn Declerck [SLC] [DevOps Advocate] Selected answer as best 20th December 2021
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.
Stijn Declerck [SLC] [DevOps Advocate] Posted new comment 21st December 2021
Hi Tom, I tried your first suggestion and the error was gone. Thanks!