Search found 883 matches
- Wed Jul 30, 2025 12:36 pm
- Forum: Bugs Reports
- Topic: [Done] SB 3.10 #PB_Image_Transparent doesn't work
- Replies: 2
- Views: 539
Re: SB 3.10 #PB_Image_Transparent doesn't work
Fixed, you will need to download the 3.10 package again.
- Wed Jul 30, 2025 12:35 pm
- Forum: Bugs Reports
- Topic: [Done] Shader example file 3.10
- Replies: 1
- Views: 183
Re: Shader example file 3.10
Fixed, you will need to download the 3.10 package again.
- Wed Jul 30, 2025 12:35 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.10 is out !
- Replies: 25
- Views: 20577
Re: SpiderBasic 3.10 is out !
We put a new final version online to fix 2 regressions, feel free to download it again if you already did it !
- Mon Jul 28, 2025 1:18 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.10 is out !
- Replies: 25
- Views: 20577
Re: SpiderBasic 3.10 is out !
2025-07-28: Final is out, thanks for the feedback !
- Sat Jul 26, 2025 8:13 pm
- Forum: Coding Questions
- Topic: update for android api 35
- Replies: 3
- Views: 415
Re: update for android api 35
3.10b2 already supports api 35
- Tue Jul 15, 2025 12:18 pm
- Forum: Coding Questions
- Topic: How can I change the AppName
- Replies: 2
- Views: 226
Re: How can I change the AppName
If you use a background window, I think SetWindowTitle() should do the trick
- Mon Jul 07, 2025 11:56 am
- Forum: General Discussion
- Topic: macOS - Debugger not working?
- Replies: 3
- Views: 215
Re: macOS - Debugger not working?
There is a debugger, so I don't see why it should be disabled in the menu. Breakpoints and step by step are not supported from the IDE, as it's using a custom WebView which makes it difficult to plug one. I will remove the breakpoints in the IDE as you're right, it can be confusing.
- Mon Jul 07, 2025 9:48 am
- Forum: General Discussion
- Topic: macOS - Debugger not working?
- Replies: 3
- Views: 215
Re: macOS - Debugger not working?
The debugger is very scarse for SpiderBasic, you can't set breakpoint yet. It can catch runtime errors and display debug output directly in the IDE which is helpful, but if you want to do step by step, you can do it using the safari debugger (you can add a 'CallDebugger' somewhere, and if the ...
- Mon Jun 30, 2025 2:15 pm
- Forum: Bugs Reports
- Topic: [Done] Set JSC_SIGNAL_FOR_GC ...
- Replies: 9
- Views: 9714
Re: [Done] Set JSC_SIGNAL_FOR_GC ...
Yes, that's weird. I will change the PB internal one then and it should fix it.
- Mon Jun 30, 2025 1:33 pm
- Forum: Bugs Reports
- Topic: [Done] Set JSC_SIGNAL_FOR_GC ...
- Replies: 9
- Views: 9714
Re: [Done] Set JSC_SIGNAL_FOR_GC ...
could you try to set:
export JSC_SIGNAL_FOR_GC=12
before launching the IDE to see if it changes something ?
export JSC_SIGNAL_FOR_GC=12
before launching the IDE to see if it changes something ?