[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-12 Thread elextr via Github-comments
@nomadbyte thanks (and thanks for good commit messages) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1170#issuecomment-1465348847 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-12 Thread elextr via Github-comments
Merged #1170 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1170#event-8726612174 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-12 Thread Colomban Wendling via Github-comments
I just tried this using #1069 test case, and it's clearly better. The second example program (more reasonable) seems to work OK. With the first example it gets confused and state desynchronizes (the plugin doesn't notice the program stopped), leading to the plugin giving weird-looking errors

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-10 Thread nomadbyte via Github-comments
> ... IIRC @avafinger applied changes manually, it would be nice for someone to > test the PR explicitly. Sure. However, as you probably could see, the changes are very much limited, so applying manually should be just as effective. Of course, I did the testing of the issue, as I described

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-09 Thread elextr via Github-comments
@nomadbyte I guess its waiting for "somebody" to review and test, IIRC @avafinger applied changes manually, it would be nice for someone to test the PR explicitly. LGB(very cursory)I -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-09 Thread nomadbyte via Github-comments
@nomadbyte pushed 1 commit. aa40d7cc1d6b415a7fd4bde4593193beb31f3e79 Debugger: Fix debugging of multi-threaded programs -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1170/files/0abd437f60141bd63a1b5dc1aab9b042e5ae3f3e..aa40d7cc1d6b415a7fd4bde4593193beb31f3e79 You are