<div dir="ltr"><p dir="ltr"></p><br>Den 17/02/2015 07.34 skrev "Tor Lillqvist" <<a href="mailto:tml@iki.fi">tml@iki.fi</a>>:<br>><br>> > Not many of us use it,<br>><br>> True.<br><br>I know. :-)<br><br>And maybe I will have to see it as a do-it-yourself project then, as Noel suggested. I already started debugging the makefile and Python script involved. I will probably learn something new in the process. :-)<br><br>><br>> > However, that doesn't mean you can't use Visual Studio for debugging, it is very simple to<br>> > just run VS and start a program and debug from it, and it will load the correct source files, etc.<br>><br>> In more detail, what works fine is: Start the LibreOffice you just<br>> built (presumably with debugging information --enable-debug) by<br>> running instdir/program/soffice.exe. Start Visual Studio, but don't<br>> open or create any project or solution. (It makes no difference<br>> whether you start LibreOffice or Visual Studio first.)<br>><br>> Then attach the soffice.bin (not soffice.exe) process in Visual<br>> Studio. soffice.bin is the actual LibreOffice process. Then open the<br>> source file(s) you want to debug in Visual Studio and set one or<br>> several breakpoints. Then do whatever is needed in LibreOffice to<br>> cause the breakpoint to be reached. Then debug.<br><br>Well, I will at least try that. Thanks for the instructions. :-)<br><br>> I am not sure if the Visual Studio "integration" even if it worked as<br>> advertised would match your expectations. But I might be too<br>> pessimistic.<br><br>I saw a video of what was possible [1] and it looked fine to me. :-) Autocomplete, IntelliSense, immediate indication of errors in the source code while you write it, instant navigation to definitions of methods etc., and stuff like that. That was what made me want to try.<br><br>[1]: <a href="https://www.youtube.com/watch?v=Xn3CtIrMpIA">https://www.youtube.com/watch?v=Xn3CtIrMpIA</a><br><br>> Maybe somebody who actually has used (or even worked on)<br>> the integration can respond.<br><br>Yes, I hoped to reach somebody who did, even though I know they are not many. But I'll just try to do it myself then.<br><br>Thanks a lot for your answers, Noel and Tor!<br><br>Jesper<br>
</div>