GLBasic forum

Main forum => GLBasic - en => Topic started by: bigtunacan on 2011-Nov-29

Title: Breakpoints
Post by: bigtunacan on 2011-Nov-29
Stupid question here... I want to add breakpoints, but am not able to.  I'm running GLBasic on my Mac, so the function keys don't work; not a big deal for most things, but I'm not able to find a menu option for inserting breakpoints?
Title: Re: Breakpoints
Post by: Kitty Hello on 2011-Nov-29
Edit/Breakpoints/Toggle ?
Title: Re: Breakpoints
Post by: Moebius on 2011-Nov-29
Doesn't  'fn'+F9 (i.e 'fn' = "function") work?
Title: Re: Breakpoints
Post by: MrTAToad on 2011-Nov-29
Are you using GLBasic in a virtual machine ?
Title: Re: Breakpoints
Post by: bigtunacan on 2011-Nov-30
@Gernot,

Thanks, that's what I was looking for; just not the menu I was expecting it to be under.

@Serpent,

fn + F9 inserts a breakpoint, but also causes all of my windows to shrink on my Mac so I didn't care much for that option.

@MrTAToad,

I use Parallels as my VM and then run in Coherence mode; this was I can run my Windows apps on the Mac almost like a native app outside of the VM skin.