okay you can either use gdb or lldb .... 'gdb --args node <script>'  or
node <script>  and find the pid and `gdb --pid=<pid>`


On Tue, Apr 2, 2019 at 1:27 PM Marto Parts <[email protected]> wrote:

> I'd prefer not to use the chome dev tools (i'd rather like to use a
> debugger such as lldb or gdb )
>
> Il giorno mar 2 apr 2019 alle ore 22:24 Marto Parts <[email protected]>
> ha scritto:
>
>> Im going to test this right now
>>
>> Il giorno mar 2 apr 2019 alle ore 22:05 J Decker <[email protected]> ha
>> scritto:
>>
>>> start node with --inspect-brk  (or --inspect)
>>> open chrome go to 'chrome://inspect'  and the node process should show
>>> up in the list of things to debug ?
>>>
>>> On Tue, Apr 2, 2019 at 12:49 PM <[email protected]> wrote:
>>>
>>>> Does anybody know how to debug v8 (memory/function calls etc ..) but
>>>> running V8 with node js ?
>>>>
>>>> --
>>>> --
>>>> v8-users mailing list
>>>> [email protected]
>>>> http://groups.google.com/group/v8-users
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "v8-users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>> --
>>> v8-users mailing list
>>> [email protected]
>>> http://groups.google.com/group/v8-users
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "v8-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to