njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

Is there debug mode or something, help to profile? #35

Open asukaminato0721 opened 2 years ago

asukaminato0721 commented 2 years ago

Is your feature request related to a problem? A clear and concise description of what the problem is.

https://mathematica.stackexchange.com/questions/7768

Recently, I want to profile a code. So I found this, but it needs a Debugger, and just run

f[x_] := x^2

Table[f[x], {100000}]; // RuntimeTools`Profile

Not work.

Describe the solution you'd like A clear and concise description of what you want to happen.

Any method to use it? Or impossible to use?

Additional context Add any other context or screenshots about the feature request here.