IDE Debugger hard crashes

Hi all,

I have a console app I wrote in Mac OS X (which works well in the IDE debugger / builds), but it hard crashes with my Mint Linux 21.1 Xojo IDE. Even if I put the breakpoint on the first line in the Run event it still hard crashes. I already verified I am not using lines of code that contain declares or anything linux / debugging specific. I am loading MBS and Chilkat plugins, however I have other console app’s that work fine on my Mint Xojo IDE setup for debugging / building.

I can comment out ALL of my code in the Run event and I still receive this error.

Here is what I am receiving in the terminal immediately after I press run in the IDE:

Runtime Error
Please report what caused this error along with the information below.
Common/DebuggerSupport.cpp: 382
Failure Condition: breakaddr >= 0 and breakaddr < sCodeSectionLength

Here is a list of things I have already tried FWIW and I am at a loss on how to troubleshoot this as I don’t have the debugger to help me.

  1. Break on exceptions On / Off
  2. Commented out code in my Run Event
  3. Linux Mint Cinnamon 21.1 running in VirtualBox on Mac OS X (12GB ram)
  4. Xojo 2022 r4.1 running on Linux Mint (not remote debugger)

Thank you so much in advance
Mike

I came across an earlier post and saw @Greg_O 's recommendation of clearing all breakpoints before running. I just did this and now the debugger is not throwing that error and appears to be working.

Thank you again @Greg_O :slight_smile:

Anyway, it’s a bug. Would be great an issue report.

xojoinc/xojo#72231

Thanks Rick.

1 Like