Author Topic: Disassembly listing disappears  (Read 672 times)

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Disassembly listing disappears
« on: February 12, 2023, 08:52:49 AM »
Hi, using SE 27.0.1 (with HF 2) on macOS 13.2 with m1 CPU.

I am debugging a C/C++ project and am stepping through the code.  I selected the Debug>Show Disassembly menu item and the disassembled code appeared in the editor window as expected.  However, about 2 seconds later the disassembly listing was removed leaving me with just the C++ code.  The Show Disassembly menu item still has a checkmark.

Selecting the menu item another two times (once to clear the checkmark and another to enable it again) shows the disassembled code once more and, again, after about 2 seconds it disappears again.

Is there something I'm doing or a configuration option that would cause this?

 

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: Disassembly listing disappears
« Reply #1 on: February 13, 2023, 01:13:17 PM »
Do you have Version Control > Live Diff enabled?

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Re: Disassembly listing disappears
« Reply #2 on: February 13, 2023, 07:12:18 PM »
I do indeed have live diff enabled, would that be the cause of this?

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: Disassembly listing disappears
« Reply #3 on: February 13, 2023, 08:13:28 PM »
Definitely, Live Diff should be disabled (it should disabled itself) in debug mode.  Live Diff and debugger assembly both reset and insert imaginary lines, there is no realistic way for both of them to get along at the same time.  I'll have the Diff guy put in a fix for this.  Thanks for pointing this out.

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Re: Disassembly listing disappears
« Reply #4 on: February 13, 2023, 08:28:18 PM »
I disabled live diff and it works fine now, thanks for the quick reply, it's appreciated.
It would be nice if live diff could be suspended automatically whilst debugging.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Disassembly listing disappears
« Reply #5 on: February 13, 2023, 10:49:44 PM »
Reproduced.  I'll start working on this.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Disassembly listing disappears
« Reply #6 on: February 14, 2023, 02:59:15 PM »
This is fixed for the next hotfix.  Thanks for the report!