Re: [Lazarus] Assembler window

2015-04-06 Thread Martin Frb
On 06/04/2015 23:13, aradeonas wrote: Many times it happens to me and its good to tell it DONT OPEN! What should the debugger display, in your opinion, if the application is paused, and the debugger can not find a source line to display? I guess it could pop up a window Application stopped

[Lazarus] Assembler window

2015-04-06 Thread Vojtěch Čihák
  Hello,   is there some option to auto-close Assembler window when project is stopped?   It is useful when program crashes, but later makes no sense, it is full of   ?? ?? ??   Thanks, V. -- ___ Lazarus mailing list

Re: [Lazarus] Assembler window

2015-04-06 Thread aradeonas
Many times it happens to me and its good to tell it DONT OPEN! Regards, Ara -- http://www.fastmail.com - Does exactly what it says on the tin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Assembler window

2015-04-06 Thread Martin Frb
On 06/04/2015 23:08, Vojtěch Čihák wrote: Hello, is there some option to auto-close Assembler window when project is stopped? It is useful when program crashes, but later makes no sense, it is full of No there is not. You can add a feature request on mantis. So it wont get

Re: [Lazarus] Assembler window

2015-04-06 Thread aradeonas
or just a debugger log,pop up may be a pain. Regards, Ara -- http://www.fastmail.com - mmm... Fastmail... -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Assembler window

2015-04-06 Thread Martin Frb
On 06/04/2015 23:24, aradeonas wrote: or just a debugger log,pop up may be a pain. Regards, Ara most people dont have the log open, but as an option... Add a request to mantis. Otherwise it may get forgotten. -- ___ Lazarus mailing list

[Lazarus] HC-06 and Lazarus

2015-04-06 Thread Valdas Jankūnas
Hello, I'm planning to create a application which will communicate with device through HC-06. HC-06 (slave) is serial port through bluetooth. I found Lazarus package bluetoothlaz-0.2. Can I use this library to open serial port trough bluetooth and do some serial transfers? Is development