Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch List Not Finding Some Declared Labels

paulhocker opened this issue · comments

It seems that I cannot declare some of my labels in the watch even though they are defined and show up in the debugger.

image

It looks fine when I query it on the debugger.

image

It is hard to debug something I can't repro, but can you try to drag the symbol to the watch window title and see if that gives a different result? It would help narrow it down a bit.

Video below.

I did a bit more testing and I renamed the Label to IND_PL and guess what, it works now? So, it would seem that is has something to do with the label starting with one character followed by a underscore? Seems silly. :)

2023-01-02_20-39-38.mp4

image

Turns out you were exactly right, it returned I as the interrupt flag and missing that it was part of a symbol because the next character was an underscore and not a letter. I've checked in a code fix.

This seems fixed now, checked in v1.12