This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270457 - Java debugger ignores com.oracle.truffle classes if truffledebugger is installed
Summary: Java debugger ignores com.oracle.truffle classes if truffledebugger is installed
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: Dev
Hardware: PC Linux
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-21 12:20 UTC by Jaroslav Tulach
Modified: 2017-04-21 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2017-04-21 12:20:54 UTC
When I install Truffle Debugger extension, I cannot debug regular truffle sources - stepping doesn't work.

$ git clone https://github.com/graalvm/truffle
$ cd truffle
$ mx netbeansinit
$ netbeans --open truffle/com.oracle.*

and then start debugging any unit test (JavaInteropTest in my case). A breakpoint is hit, but step over just continues the execution. This isn't an environment one can work in.

Disabling Truffle Debugger extension isn't enough. One needs to uninstall it.
Comment 1 Martin Entlicher 2017-04-21 12:53:10 UTC
The module was originally created for guest language users.
I agree that it's an advantage to be usable also for guest language developers, thus I'll try to do something about this issue...