Debugger: Breakpoints in server code are ignored

thanks for reporting, moved to bug reports

if you remove app_tables from the client module it’ll work as expected
app_tables ends up doing a server call to describe itself, which causes the debugger to blow up on the initial request under the specific circumstance you describe.

2 Likes