OK, I'm getting a bug in my ElfData plugin, that I don't see in pure C
++ mode, and the bug is buried deep in some internal functions.
So how to get Xcode's debugger breakPoints to fire on my plugin when
called from RB?
I found some example written by some guy from RS, but it doesn't
work. He said this:
" Debugging plugins. Like you would any dylib for any application:
Add a custom executable pointing to your application you built.
Set the active executable to this one.
Set the build location for the build configuration of the target
specified to be the Frameworks folder inside of the application built.
Delete the original dylib that REALbasic put there.
Build using the configuration for the proper location.
Debug."
And it didn't work :(
And he doesn't specify what I run. Do I run Xcode and press Debug
>from Xcode and the .app opens by itself? Or do I open the .app and
the dylib loads into Xcode's debugger? Or what? I don't get it.
I'm stuck.
--
http://elfdata.com/plugin/
"String processing, done right"
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Fri 22 Jun 2007 01:01:28 +0200
Return-Path: <realbasic-plugins-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 6E9132EC6BDB; Thu, 21 Jun 2007 16:01:40 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-2.5 required=4.5 tests=AWL,BAYES_00 autolearn=ham
version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id 800A32EC6BD0;
Thu, 21 Jun 2007 16:01:38 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id A80673D8602;
Thu, 21 Jun 2007 18:01:31 -0500 (CDT)
X-Original-To: realbasic-plugins at lists dot realsoftware dot com
Delivered-To: realbasic-plugins at lists dot realsoftware dot com
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de
[80.67.18.13])
by lists.realsoftware.com (Postfix) with ESMTP id 973CD3D85F7
for <realbasic-plugins at lists dot realsoftware dot com>;
Thu, 21 Jun 2007 18:01:27 -0500 (CDT)
Received: (qmail 9834 invoked from network); 21 Jun 2007 23:01:28 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 81 dot
87])
(envelope-sender <support at monkeybreadsoftware dot de>)
by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP
for <realbasic-plugins at lists dot realsoftware dot com>;
21 Jun 2007 23:01:28 -0000
To: realbasic-plugins at lists dot realsoftware dot com (REALbasic Plugins)
In-Reply-To: <346D32BF-7010-4EF5-91E5-ED8FD8B74D94 at elfdata dot com>
Subject: Re: Including RB code
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Fri, 22 Jun 2007 01:01:28 +0200
Message-ID: <1i03425 dot 15bf5vn1ria0vnM%support at monkeybreadsoftware dot de>
MIME-Version: 1.0
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.8 (Mac OS X version 10.4.9 (PPC))
X-BeenThere: realbasic-plugins at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot
com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: realbasic-plugins-bounces at lists dot realsoftware dot com
Errors-To: realbasic-plugins-bounces at lists dot realsoftware dot com
Theodore H. Smith <delete at elfdata dot com> wrote:
> No....
> =
> my plugin doesn't need those functions...
> =
> I'm trying to bundle up stuff into my plugin. I want to add some RB =
> code to my plugin, that is all. It's like a packaging step. Instead =
> of providing the module and the plugin, I can provide just the plugin
> that wraps them neatly into one thing.
Well, there is no entry point for this, so forget it.
You can of course make things going with calling RB functions.
Some of my plugin functions work by just doing what RB code does by
calling my own functions from other part of the same plugin.
Gru=DF
Christian
-- =
Over 600 classes with 14000 functions in one REALbasic plug-in. =
The Monkeybread Software Realbasic Plugin v7.3. =
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|