ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

Breakpoints not getting hit at all. [ Session issue ???] #64

Open DaveAppleton opened 7 years ago

DaveAppleton commented 7 years ago

GBHcoin.sol

Breakpoints on 20, (Constructor)

34,35 in transfer function

None of them get hit when run Active with debug.

DaveAppleton commented 7 years ago

I tend to leave my macbook powered up and carry it from place to place.

I also have multiple chrome windows with zillions of tabs active.

I close it and leave place A and go to place B then keep it open for an hour or two then go to [place C where it stays open for a long time as well.

I have noticed that things like editors behaving oddly and stuff like that seem to be related to this.

Currently I have two ether-camp tabs open which are the original sign in tab and the studio tab.

While the studio tab shows me logged in (even if I refresh it) the sign in page has logged me out.

In studio - if I select dashboard I go to a logged out page - but studio STILL shows me as logged in.

AND - I cannot hit breakpoints - the IDE acts weirdly.


IF I close the IDE and log in again, I can hit most breakpoints (not the one in the constructor - but I think that was covered in somebody else's issue)

3esmit commented 7 years ago

see #40

asinyagin commented 7 years ago

@DaveAppleton @3esmit yeah, that's a duplicate of #40.

@DaveAppleton regarding the session: Studio and the block-explorer have different sessions. So it's OK if you're logged in the IDE and not in the explorer. But that's not normal if some breakpoints're not getting hit. The unstable constructor tracing is covered in #40. But if you had the issue with some method breakpoints, how can I reproduce it? Is there some steps?

DaveAppleton commented 7 years ago

Have a look at GBCoin in my workspace.

5 March - still in the same state.