iskander
✅ My MAUI android app keeps hitting a breakpoint. but only in debug mode.
UPDATE:
turns out if i hit continue a bunch of times the app keeps running. it seems like the breakpoint hit everytime a view recomputes its size for one reason or another...
8 replies
✅ My MAUI android app keeps hitting a breakpoint. but only in debug mode.
-as i said before if i launch an instance of the app it works fine. so theoretically i could attach the debugger after the app launches 🤔 but it sounds like a workaround to a problem that might bite me in the ass later
8 replies
✅ My MAUI android app keeps hitting a breakpoint. but only in debug mode.
notes:
-the issue only occurs when i launch the app in the debugger mode. hitting continue doesnt do anything. if i just start a new instance of the app it works all fine and dandy just like expected...
8 replies
✅ My MAUI android app keeps hitting a breakpoint. but only in debug mode.
what i've tried:
-i tried to isolate the issue to a specific piece of code. i first started by loaded pages one at a time before just making a new page with nothing of note in it. and the issue still persists.
i've checked and this is the only piece of code that gets ran that i authored.
return new Window(new EmptyUselessClass());
-i tried to launch the app in my android phone but the issue is the same. so the emulator is not to blame here
-i tried to make a whole new project and also run previous projects and the all run fine. this issue only exist in this damned project :(8 replies
✅ how should I deal with common/similar data types between the backend and front?
im not the greatest with names either but i was thinking i'd just name it
BuyMe.Common
😅
thanks a lot for your help! that does seem a whole lot more elegant then just ctrl+tab'ing between files lol12 replies