-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disappearing debugger window when clicking proceed #210
Comments
Hi @tukanos, I wasn't able to reproduce. I got "unlimited" debuggers breaking in the method where you put the breakpoint. Do you have a reproduction case not involving the JfP tools or Rowan? Might be easier for me to reproduce. I would also like to see a screen grab of the Process Browser after the debugger disappears and doesn't come back. If possible, please attach files of any pharo stacks that look like they involve RSR, JfP or GemStone code. Another thought. It's possible something in the state of the image isn't right when this happens. Might be interesting to know if there were any errors prior to this bug happening. Or, does it reproduce after a fresh connect? |
Hi @ericwinger , I can reproduce it nearly every time. I tried a few things but I could not find any pattern. I managed to get to the
I'll try my best to help you reproduce it. I have manged to create screencast fresh from the login. I also managed to get the stack dumps from the time the second debugger window appeared. The first file name has xxxxx instead of what I presume s Here are the stack dumps: Here is a screencast with process browser stacks included (the package state is Dirty on disk Dirty in image Skew in Sha when I check it in browser, pressing abort button correctly aborts it ): Debugger_failing_workflow.webm |
Hi @tukanos, In each of the stack dumps, I consistently see an MNU with Can't remember if you know how to get the commit ids or not, so here's how just in case:
Should see 4 projects if you get the commit ids while logged in. Thanks.
|
Hi @ericwinger , I'm on the same commits except for
|
Good to know @tukanos . You have the latest on In the meantime, one experiment you could do is revert back my recent changes to Change
to
Then let me know if there is any change in behavior in your image. |
I have tried the change you have asked for and the difference is that I get the 2025-02-11_543206_rowanServerStackDump.txt 2025-02-11_547974_rowanServerStackDump.txt Here is the screenshot of the debugger windows flood: |
Shoot. Was hoping that I could give you a quick test to try, but I obviously didn't request the right change. I'll dig around some more as I find time. |
No worries, I was quite surprised to be under debugger window attack :). |
Hi @ericwinger ,
I encountered this issue when trying to debug the loading of the test for package I have been trying to rowanize.
I have set a break point and sometimes the debugger window disappears and does not come back at all when clicking proceed. Sometimes it does come back at the break point, one or two times and then it disappears again without reappearing.
Here is situation's screencast:
Screencast.From.2025-02-06.17-02-00.mp4
The text was updated successfully, but these errors were encountered: